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