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