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


ILineSeriesProperties.SymbolProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILineSeriesProperties Interface > ILineSeriesProperties.SymbolProperties Property
ArcGIS Developer Help

ILineSeriesProperties.SymbolProperties Property

Symbol properties to draw data points of the line.

[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

ILineSeriesProperties Interface