'Declaration <CategoryAttribute("Ticks")> <DescriptionAttribute("Controls the position of the data point relative to the tick positions")> <DefaultValueAttribute(True)> 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(true)] public bool DisplayDataPointsBetweenTicks {get; set;}