|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataHistogram
Provides access to members used to create a histogram from data values.
| Method Summary | |
|---|---|
void |
setData(Object doubleArrayValues)
Sets data from a array of values (doubles). |
void |
setHistogramData(Object doubleArrayValues,
Object longArrayFrequencies)
Sets data from a histogram; an array of values (doubles) and a paired array of frequencies (longs). |
| Method Detail |
|---|
void setData(Object doubleArrayValues)
throws IOException,
AutomationException
doubleArrayValues - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHistogramData(Object doubleArrayValues,
Object longArrayFrequencies)
throws IOException,
AutomationException
doubleArrayValues - A Variant (in)longArrayFrequencies - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||