|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGraphT
Provides access to members that control data graph.
Method Summary | |
---|---|
ISeriesProperties |
addSeries(String seriesType)
Add series from the provided graph type. |
void |
exportToFileEx(String filename,
int width,
int height)
Exports the data graph to a file. |
int |
getAxisCount()
Amount of axis. |
IDataGraphTAxisProperties |
getAxisProperties(int idx)
Properties of graph axis. |
IDataGraphTGeneralProperties |
getGeneralProperties()
General properties of the graph. |
IDataGraphTLegendProperties |
getLegendProperties()
Properties of graph legend. |
int |
getSeriesCount()
The number of series in the graph. |
int |
getSeriesOrder(ISeriesProperties pSeriesProps)
Position of the series in the series list of the graph. |
ISeriesProperties |
getSeriesProperties(int iSeries)
Series properties for provided series index. |
void |
identify(int iSeries,
int ptX,
int ptY,
Object[] pOIDs)
Identifies object ID for the series using graph coordinates. |
boolean |
isHighlightSelection()
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset. |
void |
loadTemplate(String file)
Loads graph properties from the template file. |
void |
removeSeries(ISeriesProperties pSeriesProps)
Remove series from the graph. |
void |
setHighlightSelection(boolean b)
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset. |
void |
setSeriesOrder(ISeriesProperties pSeriesProps,
int pPos)
Position of the series in the series list of the graph. |
void |
update(ITrackCancel pCancel)
Updates graph after changes in graph or series properties. |
Methods inherited from interface com.esri.arcgis.carto.IDataGraphBase |
---|
copyToClipboard, drawToDC, exportToFile, getName, isUseSelectedSet, loadFromFile, reload, saveToFile, setName, setUseSelectedSet |
Method Detail |
---|
boolean isHighlightSelection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHighlightSelection(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISeriesProperties addSeries(String seriesType) throws IOException, AutomationException
seriesType
- The seriesType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeSeries(ISeriesProperties pSeriesProps) throws IOException, AutomationException
pSeriesProps
- A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSeriesCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISeriesProperties getSeriesProperties(int iSeries) throws IOException, AutomationException
iSeries
- The iSeries (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSeriesOrder(ISeriesProperties pSeriesProps, int pPos) throws IOException, AutomationException
pSeriesProps
- A reference to a com.esri.arcgis.carto.ISeriesProperties (in)pPos
- The pPos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSeriesOrder(ISeriesProperties pSeriesProps) throws IOException, AutomationException
pSeriesProps
- A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphTGeneralProperties getGeneralProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphTLegendProperties getLegendProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAxisCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphTAxisProperties getAxisProperties(int idx) throws IOException, AutomationException
idx
- The idx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void identify(int iSeries, int ptX, int ptY, Object[] pOIDs) throws IOException, AutomationException
iSeries
- The iSeries (in)ptX
- The ptX (in)ptY
- The ptY (in)pOIDs
- A Variant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update(ITrackCancel pCancel) throws IOException, AutomationException
pCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadTemplate(String file) throws IOException, AutomationException
file
- The file (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportToFileEx(String filename, int width, int height) throws IOException, AutomationException
filename
- The filename (in)width
- The width (in)height
- The height (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 |