Class
MajorTickLine

Definition

Constructors

MajorTickLine()

Declaration

cs-api-definition
public MajorTickLine()

Methods

CreateInstanceOverride()

When implemented in a derived class, creates a new instance of the Telerik.Windows.Core.PlatformIndependentFreezable derived class.

Declaration

cs-api-definition
protected override PlatformIndependentFreezable CreateInstanceOverride()

Returns

PlatformIndependentFreezable

The new instance.

Overrides PlatformIndependentFreezable.CreateInstanceOverride()

GetDefaultInterval(long)

Declaration

cs-api-definition
protected override TickInterval GetDefaultInterval(long ticksPerPixel)

Parameters

ticksPerPixel

long

Returns

TickInterval

Overrides TimeRulerLine.GetDefaultInterval(long)

GetTickInfo(Range<long>, int, string)

Declaration

cs-api-definition
protected override TickInfo GetTickInfo(Range<long> timeRange, int lineIndex, string formattedValue)

Parameters

timeRange

Range<long>

lineIndex

int

formattedValue

string

Returns

TickInfo

Overrides TimeRulerLine.GetTickInfo(Range<long>, int, string)