Click or drag to resize

ChartDataPointsCollection Item Property

Gets chart point.

Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartDataPoint this[
	int index
] { get; }

Parameters

index
Type: System Int32

Property Value

Type: ChartDataPoint
See Also