Nevron .NET Vision
Nevron.Chart Namespace / NHierarchicalScaleConfigurator Class / DisplayDataPointsBetweenTicks Property


In This Topic
    DisplayDataPointsBetweenTicks Property (NHierarchicalScaleConfigurator)
    In This Topic
    Controls the position of the data point relative to the tick positions.
    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;}
    Remarks
    If set to True the data point is positioned between two adjacent ticks, otherwise it is positioned exactly on the tick. In the second case you may consider turning on the InflateMargins flag of the presentation groups to fit the chart inside the chart area.
    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