'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;}