'Declaration <CategoryAttribute("Ticks")> <DescriptionAttribute("Controls the number of data points that lay between two labels")> <DefaultValueAttribute(1)> Public Property NumberOfDataPointsBetweenLabels As Integer
'Usage Dim instance As AxisScaleDimension Dim value As Integer instance.NumberOfDataPointsBetweenLabels = value value = instance.NumberOfDataPointsBetweenLabels
[Category("Ticks")] [Description("Controls the number of data points that lay between two labels")] [DefaultValue(1)] public int NumberOfDataPointsBetweenLabels {get; set;}