This document is archived and information here might be outdated.  Recommended version.


IPointSeriesProperties.SymbolProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPointSeriesProperties.SymbolProperties Property

Properties of the scatter plot symbol.

[Visual Basic .NET]
Public ReadOnly Property SymbolProperties As IDataGraphTSymbolProperties
[C#]
public IDataGraphTSymbolProperties SymbolProperties {get;}
[C++]
HRESULT get_SymbolProperties(
  IDataGraphTSymbolProperties** ppSymbolProps
);
[C++]

Parameters ppSymbolProps [out, retval]
ppSymbolProps is a parameter of type IDataGraphTSymbolProperties

Product Availability

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

See Also

IPointSeriesProperties Interface