Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataCursorTool Class / HorizontalAxisConstLineIndex Property


In This Topic
    HorizontalAxisConstLineIndex Property
    In This Topic
    The index of a AxisConstLine object in the Axis const lines collection for the horizontal axis.
    Syntax
    'Declaration
     
    <CategoryAttribute("Axis Configuration")>
    <DescriptionAttribute("The index of a AxisConstLine object in the Axis const lines collection for the horizontal axis.")>
    Public Property HorizontalAxisConstLineIndex As Integer
    'Usage
     
    Dim instance As DataCursorTool
    Dim value As Integer
     
    instance.HorizontalAxisConstLineIndex = value
     
    value = instance.HorizontalAxisConstLineIndex
    [Category("Axis Configuration")]
    [Description("The index of a AxisConstLine object in the Axis const lines collection for the horizontal axis.")]
    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