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; }
Public ReadOnly Property DataPoints As ChartDataPointCollection
Get
public:
property ChartDataPointCollection^ DataPoints {
ChartDataPointCollection^ get ();
}
member DataPoints : ChartDataPointCollection with get
Property Value
Type:
ChartDataPointCollection
See Also