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


IHistogramSeriesProperties.LinesPenProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHistogramSeriesProperties.LinesPenProperties Property

Properties of the border of the bar .

[Visual Basic .NET]
Public ReadOnly Property LinesPenProperties As IDataGraphTPenProperties
[C#]
public IDataGraphTPenProperties LinesPenProperties {get;}
[C++]
HRESULT get_LinesPenProperties(
  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

IHistogramSeriesProperties Interface