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

.NET Related Topics

How to change label formats and marks on an axis using a line graph | How to create multiple vertical bar graphs | How to sort data in the graph