Click or drag to resize

XlsChartDataPoint DataLabels Property

Returns data labels object for the data point. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartDataLabels DataLabels { get; }

Property Value

Type: IChartDataLabels

Implements

IChartDataPoint DataLabels
See Also