'Declaration <CategoryAttribute("Scaling")> <DescriptionAttribute("Controls the scale mode of the axis")> Public Overridable Property ScaleMode As AxisScaleMode
'Usage Dim instance As Axis Dim value As AxisScaleMode instance.ScaleMode = value value = instance.ScaleMode
[Category("Scaling")] [Description("Controls the scale mode of the axis")] public virtual AxisScaleMode ScaleMode {get; set;}