Nevron .NET Vision
Nevron.Chart Namespace / NAxisBase Class / ScaleConfigurator Property


In This Topic
    ScaleConfigurator Property
    In This Topic
    Obtains the axis scale configurator controlling how the axis scale is decorated
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Configures the axis scale")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NScaleConfiguratorTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property ScaleConfigurator As NScaleConfigurator
    'Usage
     
    
    Dim instance As NAxisBase
    Dim value As NScaleConfigurator
     
    instance.ScaleConfigurator = value
     
    value = instance.ScaleConfigurator
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Configures the axis scale")]
    [System.ComponentModel.Editor(Nevron.Editors.NScaleConfiguratorTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NScaleConfigurator ScaleConfigurator {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