Xceed Chart for WinForms v4.4 Documentation
HorizontalAxisConstLineIndex Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataCursorTool Class : HorizontalAxisConstLineIndex Property
The index of a AxisConstLine object in the Axis const lines collection for the horizontal axis.
Syntax
'Declaration
 
<DescriptionAttribute("The index of a AxisConstLine object in the Axis const lines collection for the horizontal axis.")>
<CategoryAttribute("Axis Configuration")>
Public Property HorizontalAxisConstLineIndex As Integer
'Usage
 
Dim instance As DataCursorTool
Dim value As Integer
 
instance.HorizontalAxisConstLineIndex = value
 
value = instance.HorizontalAxisConstLineIndex
[Description("The index of a AxisConstLine object in the Axis const lines collection for the horizontal axis.")]
[Category("Axis Configuration")]
public int HorizontalAxisConstLineIndex {get; set;}
Remarks
If you provide a valid index to this property the control will automatically synchronize the value of the const line with the axis coordinates corresponding to the current mouse coordinates.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataCursorTool Class
DataCursorTool Members