ArcObjects Library Reference (Carto)  

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

.NET Related Topics

How to change label formats and marks on an axis using a line graph | How to sort data in the graph