Class
StyleTick

Base axis ticks appearance settings

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleTick : LineStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleTick

Derived Classes: StyleTickMajorStyleTickMinor

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members LineStyle.Equals(object)LineStyle.GetHashCode()LineStyle.Clone()LineStyle.EndCapLineStyle.StartCapStyleBorder.PenStyleStyleBorder.VisibleStateManagedObject.CloneState()StateManagedObject.SaveViewState()StateManagedObject.TrackViewState()StateManagedObject.LoadViewState(object)StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

StyleTick()

Creates the new class instance

Declaration

cs-api-definition
public StyleTick()

StyleTick(bool, int, Color)

Creates the new class instance

Declaration

cs-api-definition
public StyleTick(bool visible, int length, Color color)

Parameters

visible

bool

Tick visibility

length

int

Tick length in pixels

color

Color

Tick line color

StyleTick(int)

Creates the new class instance

Declaration

cs-api-definition
public StyleTick(int length)

Parameters

length

int

Tick length in pixels

StyleTick(int, bool)

Creates the new class instance

Declaration

cs-api-definition
public StyleTick(int length, bool visible)

Parameters

length

int

Tick length in pixels

visible

bool

Tick visibility

Properties

Color

Tick line color

Declaration

cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }

Property Value

Color

Overrides StyleBorder.Color

Length

Specifies the Length of tick

Declaration

cs-api-definition
[SkinnableProperty]
public virtual int Length { get; set; }

Property Value

int

Width

Tick line width

Declaration

cs-api-definition
[SkinnableProperty]
public override float Width { get; set; }

Property Value

float

Overrides StyleBorder.Width