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


IDataGraphTSymbolProperties.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTSymbolProperties Interface > IDataGraphTSymbolProperties.Style Property
ArcGIS Developer Help

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