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