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


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