Xceed Chart for WinForms v4.4 Documentation
MinorTickCount Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScale Class : MinorTickCount Property
Specifies the number of minor ticks between two major ones.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")>
<DefaultValueAttribute()>
<CategoryAttribute("Ticks")>
Public Property MinorTickCount As Integer
'Usage
 
Dim instance As AxisScale
Dim value As Integer
 
instance.MinorTickCount = value
 
value = instance.MinorTickCount
[Description("Controls the count of the automatic minor ticks between two major ticks")]
[DefaultValue()]
[Category("Ticks")]
public int MinorTickCount {get; set;}
Remarks
By default set to 0 (no minor ticks).
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

AxisScale Class
AxisScale Members