com.esri.arcgis.carto
Interface IPointSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPointSeriesPropertiesProxy, PointSeriesProperties, ScatterPlotMatrixSeriesProperties

public interface IPointSeriesProperties
extends Serializable

Provides access to members that control scatter plot series.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IDataGraphTSymbolProperties getSymbolProperties()
          Properties of the scatter plot symbol.
 

Method Detail

getSymbolProperties

IDataGraphTSymbolProperties getSymbolProperties()
                                                throws IOException,
                                                       AutomationException
Properties of the scatter plot symbol.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTSymbolProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.