|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataGroupSeriesProperties
Provides access to members that control grouping of the graph data.
| Method Summary | |
|---|---|
void |
addGroupField(String strField,
int[] idx)
Add a group field and type. |
void |
getGroupField(int idx,
String[] strField)
Get a group field and type. |
int |
getGroupFieldsCount()
Number of group fields. |
void |
removeGroupField(int idx)
Remove the group field. |
| Method Detail |
|---|
void addGroupField(String strField,
int[] idx)
throws IOException,
AutomationException
strField - The strField (in)idx - The idx (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getGroupField(int idx,
String[] strField)
throws IOException,
AutomationException
idx - The idx (in)strField - The strField (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeGroupField(int idx)
throws IOException,
AutomationException
idx - The idx (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGroupFieldsCount()
throws IOException,
AutomationException
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 | ||||||||