|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScatterPlotMatrixSeriesProperties
Provides access to members that control ScatterPlotMatrix graph.
Method Summary | |
---|---|
void |
getFieldLabel(int idx,
String[] label)
Lable graph. |
int |
getHistogramColor()
Histogram's color |
boolean |
isShowHistogram()
Indicates if histogram is on the graph. |
void |
setFieldLabel(int idx,
String label)
Lable graph. |
void |
setHistogramColor(int pColor)
Histogram's color |
void |
setShowHistogram(boolean bHist)
Indicates if histogram is on the graph. |
Method Detail |
---|
void setFieldLabel(int idx, String label) throws IOException, AutomationException
idx
- The idx (in)label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getFieldLabel(int idx, String[] label) throws IOException, AutomationException
idx
- The idx (in)label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowHistogram() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowHistogram(boolean bHist) throws IOException, AutomationException
bHist
- The bHist (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHistogramColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHistogramColor(int pColor) throws IOException, AutomationException
pColor
- The pColor (A COM typedef) (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 |