ArcObjects Library Reference (Carto)  

ISeriesProperties.PenProperties Property

Interface for drawing lines and borders in the series.

[Visual Basic .NET]
Public ReadOnly Property PenProperties As IDataGraphTPenProperties
[C#]
public IDataGraphTPenProperties PenProperties {get;}
[C++]
HRESULT get_PenProperties(
  IDataGraphTPenProperties** ppPenProps
);
[C++]

Parameters

ppPenProps [out, retval]

  ppPenProps is a parameter of type IDataGraphTPenProperties

Product Availability

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

See Also

ISeriesProperties Interface