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