Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisScaleDimension Class / DisplayDataPointsBetweenTicks Property


In This Topic
    DisplayDataPointsBetweenTicks Property
    In This Topic
    Controls the position of the data point relative to the tick positions.
    Syntax
    'Declaration
     
    <CategoryAttribute("Ticks")>
    <DescriptionAttribute("Controls the position of the data point relative to the tick positions")>
    <DefaultValueAttribute(True)>
    Public Property DisplayDataPointsBetweenTicks As Boolean
    'Usage
     
    Dim instance As AxisScaleDimension
    Dim value As Boolean
     
    instance.DisplayDataPointsBetweenTicks = value
     
    value = instance.DisplayDataPointsBetweenTicks
    [Category("Ticks")]
    [Description("Controls the position of the data point relative to the tick positions")]
    [DefaultValue(true)]
    public 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