MindFusion WinForms Programmer's Guide
Line.SecondDataIndex Property
See Also
 





Gets the index of the point next to the clicked point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int SecondDataIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property SecondDataIndex As Integer

 Property Value

An integer value. Default is -1.

 Remarks

The SecondDataIndex property lets you determine the interval in an area chart where the user has clicked.

 See Also

Line Members
Line Class
MindFusion.Charting Namespace