Xceed Chart for WinForms v4.4 Documentation
NumberOfDataPointsBetweenLabels Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleDimension Class : NumberOfDataPointsBetweenLabels Property
Controls the number of data points that lay between two labels.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the number of data points that lay between two labels")>
<DefaultValueAttribute()>
<CategoryAttribute("Ticks")>
Public Property NumberOfDataPointsBetweenLabels As Integer
'Usage
 
Dim instance As AxisScaleDimension
Dim value As Integer
 
instance.NumberOfDataPointsBetweenLabels = value
 
value = instance.NumberOfDataPointsBetweenLabels
[Description("Controls the number of data points that lay between two labels")]
[DefaultValue()]
[Category("Ticks")]
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

Reference

AxisScaleDimension Class
AxisScaleDimension Members