MindFusion.Charting Programmer's Guide

AxesChart.EndDataIndex Property

See Also
 





The last index up to which points from the series will be shown at the chart.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int EndDataIndex { get; set; }

Visual Basic  Copy Code

Public Property EndDataIndex As Integer

 Property Value

The zero-based index of the last data value drawn in all chart series.

 Remarks

Data with indexes greater than EndDataIndex will not be drawn. StartDataIndex sets the beginning of the selection.

 See Also