MindFusion.Charting Programmer's Guide

AxesChart.StartDataIndex Property

See Also
 





The start index from which points from the series will be shown at the chart.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int StartDataIndex { get; set; }

Visual Basic  Copy Code

Public Property StartDataIndex As Integer

 Property Value

The zero-based index of the first drawn value in all series.

 Remarks

Use EndDataIndex to set the end of the selection.

 See Also