ChartDataLabelCollection
LeaderLines Property
|
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IChartGridLine LeaderLines { get; }
Public ReadOnly Property LeaderLines As IChartGridLine
Get
public:
property IChartGridLine^ LeaderLines {
IChartGridLine^ get ();
}
member LeaderLines : IChartGridLine with get
Property Value
Type:
IChartGridLine
See Also