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