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