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


In This Topic
    NumberOfDataPointsBetweenTicks Property
    In This Topic
    Controls the number of data points that lay between two data ticks.
    Syntax
    'Declaration
     
    <CategoryAttribute("Ticks")>
    <DescriptionAttribute("Controls the number of data points that lay between two data ticks")>
    <DefaultValueAttribute(1)>
    Public Property NumberOfDataPointsBetweenTicks As Integer
    'Usage
     
    Dim instance As AxisScaleDimension
    Dim value As Integer
     
    instance.NumberOfDataPointsBetweenTicks = value
     
    value = instance.NumberOfDataPointsBetweenTicks
    [Category("Ticks")]
    [Description("Controls the number of data points that lay between two data ticks")]
    [DefaultValue(1)]
    public int NumberOfDataPointsBetweenTicks {get; set;}
    Remarks
    By default 1.
    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