Class TimeBarPanelBase
Inheritance
System.Object
TimeBarPanelBase
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class TimeBarPanelBase : Panel
Constructors
TimeBarPanelBase()
Declaration
protected TimeBarPanelBase()
Fields
SliderMaximumProperty
Declaration
public static readonly DependencyProperty SliderMaximumProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SliderMinimumProperty
Declaration
public static readonly DependencyProperty SliderMinimumProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SliderProperty
Declaration
public static readonly DependencyProperty SliderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
PeriodEnd
Declaration
public DateTime PeriodEnd { get; protected set; }
Property Value
|
System.DateTime
|
PeriodStart
Declaration
public DateTime PeriodStart { get; protected set; }
Property Value
|
System.DateTime
|
PixelsPerTick
Declaration
protected double PixelsPerTick { get; set; }
Property Value
|
System.Double
|
Slider
SliderMaximum
Declaration
public double SliderMaximum { get; set; }
Property Value
|
System.Double
|
SliderMinimum
Declaration
public double SliderMinimum { get; set; }
Property Value
|
System.Double
|
VisiblePeriodEnd
Declaration
public DateTime VisiblePeriodEnd { get; protected set; }
Property Value
|
System.DateTime
|
VisiblePeriodStart
Declaration
public DateTime VisiblePeriodStart { get; protected set; }
Property Value
|
System.DateTime
|
Methods
CalculateAvailableSize(Size)
Declaration
protected static Size CalculateAvailableSize(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|
CalculateItemSize(Int64)
Declaration
protected virtual double CalculateItemSize(long ticks)
Parameters
|
System.Int64
ticks
|
Returns
|
System.Double
|
CalculatePixelsPerTick(Double)
Declaration
protected virtual double CalculatePixelsPerTick(double size)
Parameters
|
System.Double
size
|
Returns
|
System.Double
|
CalculatePixelsPerTick(Double, Int64)
Declaration
protected static double CalculatePixelsPerTick(double size, long ticks)
Parameters
|
System.Double
size
|
|
System.Int64
ticks
|
Returns
|
System.Double
|
OnSizeChanged(Object, SizeChangedEventArgs)
Declaration
protected virtual void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.SizeChangedEventArgs
e
|
UpdateScroll(Size)
Declaration
protected virtual void UpdateScroll(Size size)
Parameters
|
Windows.Foundation.Size
size
|