The last index up to which points from the series will be shown at the chart.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public int EndDataIndex { get; set; } |
Visual Basic
![]() |
---|
Public Property EndDataIndex As Integer |
The zero-based index of the last data value drawn in all chart series.
Data with indexes greater than EndDataIndex will not be drawn. StartDataIndex sets the beginning of the selection.