Click or drag to resize

ChartSeries DataPoints Property

Represents a collection of data points used in a chart.

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ChartDataPointCollection DataPoints { get; }

Property Value

Type: ChartDataPointCollection
See Also