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