ArcObjects Library Reference (Carto)  

IDataGraphTPenProperties.Style Property

Style of the line.

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

Parameters

pType [out, retval]

  pType is a parameter of type esriDataGraphTPenType

pType [in]

  pType is a parameter of type esriDataGraphTPenType

Product Availability

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

See Also

IDataGraphTPenProperties Interface