Class StyleTick
Base axis ticks appearance settings
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleTick : LineStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleTick()
Creates the new class instance
Declaration
public StyleTick()
StyleTick(Boolean, Int32, Color)
Creates the new class instance
Declaration
public StyleTick(bool visible, int length, Color color)
Parameters
System.Boolean
visible
Tick visibility |
System.Int32
length
Tick length in pixels |
System.Drawing.Color
color
Tick line color |
StyleTick(Int32)
Creates the new class instance
Declaration
public StyleTick(int length)
Parameters
System.Int32
length
Tick length in pixels |
StyleTick(Int32, Boolean)
Creates the new class instance
Declaration
public StyleTick(int length, bool visible)
Parameters
System.Int32
length
Tick length in pixels |
System.Boolean
visible
Tick visibility |
Properties
Color
Tick line color
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.Drawing.Color
|
Overrides
Length
Specifies the Length of tick
Declaration
[SkinnableProperty]
public virtual int Length { get; set; }
Property Value
System.Int32
|
Width
Tick line width
Declaration
[SkinnableProperty]
public override float Width { get; set; }
Property Value
System.Single
|