Click or drag to resize

XlsChartSerie DataPoints Property

Returns collection of data points. 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 IChartDataPoints DataPoints { get; }

Property Value

Type: IChartDataPoints

Implements

IChartSerie DataPoints
See Also