Class MajorTickLine
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class MajorTickLine : TimeRulerLine, INotifyPropertyChanged
Constructors
MajorTickLine()
Declaration
public MajorTickLine()
Methods
CreateInstanceOverride()
Declaration
protected override PlatformIndependentFreezable CreateInstanceOverride()
Returns
PlatformIndependentFreezable
|
Overrides
GetDefaultInterval(Int64)
Declaration
protected override TickInterval GetDefaultInterval(long ticksPerPixel)
Parameters
System.Int64
ticksPerPixel
|
Returns
TickInterval
|
Overrides
GetTickInfo(Range<Int64>, Int32, String)
Declaration
protected override TickInfo GetTickInfo(Range<long> timeRange, int lineIndex, string formattedValue)
Parameters
Range<System.Int64>
timeRange
|
System.Int32
lineIndex
|
System.String
formattedValue
|
Returns
TickInfo
|