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


IDataGraphTSymbolProperties.Style Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTSymbolProperties.Style Property

Style of the symbol.

[Visual Basic .NET]
Public Property Style As esriDataGraphTSymbolType
[C#]
public esriDataGraphTSymbolType Style {get; set;}
[C++]
HRESULT get_Style(
  esriDataGraphTSymbolType* pStyle
);
[C++]
HRESULT put_Style(
  esriDataGraphTSymbolType pStyle
);
[C++]

Parameters pStyle [out, retval]
pStyle is a parameter of type esriDataGraphTSymbolType pStyle [in]
pStyle is a parameter of type esriDataGraphTSymbolType

Product Availability

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

See Also

IDataGraphTSymbolProperties Interface