'Declaration <CategoryAttribute("Ticks")> <DescriptionAttribute("Controls the position of the data point relative to the tick positions")> <DefaultValueAttribute()> Public Property DisplayDataPointsBetweenTicks As Boolean
'Usage Dim instance As AxisScaleDimension Dim value As Boolean instance.DisplayDataPointsBetweenTicks = value value = instance.DisplayDataPointsBetweenTicks
[Category("Ticks")] [Description("Controls the position of the data point relative to the tick positions")] [DefaultValue()] public bool DisplayDataPointsBetweenTicks {get; set;}