Nevron.Chart Namespace / NAxisCursor Class / BeginEndAxis Property


In This Topic
    BeginEndAxis Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Specifies the axis on which the Begin and End values are mapped")>
    Public Property BeginEndAxis As System.Integer
    'Usage
     
    
    Dim instance As NAxisCursor
    Dim value As System.Integer
     
    instance.BeginEndAxis = value
     
    value = instance.BeginEndAxis
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Specifies the axis on which the Begin and End values are mapped")]
    public System.int BeginEndAxis {get; set;}
    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