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


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