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; }
Public ReadOnly Property DataPoints As IChartDataPoints
Get
public:
virtual property IChartDataPoints^ DataPoints {
IChartDataPoints^ get () sealed;
}
abstract DataPoints : IChartDataPoints with get
override DataPoints : IChartDataPoints with get
Property Value
Type:
IChartDataPoints
Implements
IChartSerie
DataPoints
See Also