'Declaration <CategoryAttribute("Ticks")> <DescriptionAttribute("Specifies whether the minor ticks are generated exponentially.")> <DefaultValueAttribute(False)> Public Property ExponentMinorTicks As Boolean
'Usage Dim instance As AxisScaleLogarithmic Dim value As Boolean instance.ExponentMinorTicks = value value = instance.ExponentMinorTicks
[Category("Ticks")] [Description("Specifies whether the minor ticks are generated exponentially.")] [DefaultValue(false)] public bool ExponentMinorTicks {get; set;}