Nevron .NET Vision
Nevron.Chart Namespace / NAngularScaleConfigurator Class / CustomMajorTicks Property


In This Topic
    CustomMajorTicks Property (NAngularScaleConfigurator)
    In This Topic
    Gets or sets the array of major ticks.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the array of major ticks. When the axis scale is switched in manual major tick mode, you can specify the values at which major ticks are displayed.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomMajorTicks As NAngleList
    'Usage
     
    
    Dim instance As NAngularScaleConfigurator
    Dim value As NAngleList
     
    instance.CustomMajorTicks = value
     
    value = instance.CustomMajorTicks
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Gets or sets the array of major ticks. When the axis scale is switched in manual major tick mode, you can specify the values at which major ticks are displayed.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NAngleList CustomMajorTicks {get; set;}
    Remarks
    When the current axis scale is switched in manual major tick mode you can specify the values at which major ticks are displayed.
    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