New to Telerik ReportingStart a free 30-day trial

Minor ticks style

Definition

Constructors

Creates a new class instance

C#
public StyleTickMinor()

Creates a new class instance

C#
public StyleTickMinor(bool visible, int length, int count)
Parameters:visiblebool

Minor tick visibility

lengthint

Minor tick length

countint

Minor ticks count between two major ticks

Creates a new class instance

C#
public StyleTickMinor(bool visible)
Parameters:visiblebool

Visibility value

Creates a new class instance

C#
public StyleTickMinor(int count)
Parameters:countint

Minor ticks count

Properties

Specifies the Length of tick

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

Overrides: StyleTick.Length

Minor ticks count between the two major ticks

C#
public int MinorTickCount { get; set; }