Class StyleTickMinor
Minor ticks style
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleTickMinor : StyleTick, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleTickMinor()
Creates a new class instance
Declaration
public StyleTickMinor()
StyleTickMinor(Boolean)
Creates a new class instance
Declaration
public StyleTickMinor(bool visible)
Parameters
System.Boolean
visible
Visibility value |
StyleTickMinor(Boolean, Int32, Int32)
Creates a new class instance
Declaration
public StyleTickMinor(bool visible, int length, int count)
Parameters
System.Boolean
visible
Minor tick visibility |
System.Int32
length
Minor tick length |
System.Int32
count
Minor ticks count between two major ticks |
StyleTickMinor(Int32)
Creates a new class instance
Declaration
public StyleTickMinor(int count)
Parameters
System.Int32
count
Minor ticks count |
Properties
Length
Specifies the Length of tick
Declaration
[SkinnableProperty]
public override int Length { get; set; }
Property Value
System.Int32
|
Overrides
MinorTickCount
Minor ticks count between the two major ticks
Declaration
public int MinorTickCount { get; set; }
Property Value
System.Int32
|