New to Telerik ReportingStart a free 30-day trial

Base axis ticks appearance settings

Definition

Constructors

Creates the new class instance

C#
public StyleTick()

Creates the new class instance

C#
public StyleTick(bool visible, int length, Color color)
Parameters:visiblebool

Tick visibility

lengthint

Tick length in pixels

colorColor

Tick line color

Creates the new class instance

C#
public StyleTick(int length, bool visible)
Parameters:lengthint

Tick length in pixels

visiblebool

Tick visibility

Creates the new class instance

C#
public StyleTick(int length)
Parameters:lengthint

Tick length in pixels

Properties

Color

Color

Tick line color

C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }

Overrides: StyleBorder.Color

Specifies the Length of tick

C#
[SkinnableProperty]
public virtual int Length { get; set; }

Width

float

Tick line width

C#
[SkinnableProperty]
public override float Width { get; set; }

Overrides: StyleBorder.Width