IChartSerie
DataLabels Property
|
Gets the data labels associated with the chart.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IChartDataLabels DataLabels { get; }
ReadOnly Property DataLabels As IChartDataLabels
Get
property IChartDataLabels^ DataLabels {
IChartDataLabels^ get ();
}
abstract DataLabels : IChartDataLabels with get
Property Value
Type:
IChartDataLabels
See Also