'Declaration <CategoryAttribute("Scaling")> <DescriptionAttribute("Gives you access to the Numeric Scale of the axis")> Public Property NumericScale As AxisScaleNumeric
'Usage Dim instance As Axis Dim value As AxisScaleNumeric instance.NumericScale = value value = instance.NumericScale
[Category("Scaling")] [Description("Gives you access to the Numeric Scale of the axis")] public AxisScaleNumeric NumericScale {get; set;}