ChartSerie
DataLabels Property
 | 
Gets or sets the data labels associated with the chart series, overriding any base class implementation.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ChartDataLabels DataLabels { get; }
 
Public ReadOnly Property DataLabels As ChartDataLabels
	Get
 
public:
property ChartDataLabels^ DataLabels {
	ChartDataLabels^ get ();
}
 
member DataLabels : ChartDataLabels with get
 
 
 
Property Value
Type:
ChartDataLabels
 
See Also