Nevron.Chart Namespace / NHierarchicalScaleConfigurator Class / DisplayDataPointsBetweenTicks Property


In This Topic
    DisplayDataPointsBetweenTicks Property (NHierarchicalScaleConfigurator)
    In This Topic
    Syntax
    '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 NHierarchicalScaleConfigurator
    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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also