Class VerticalDataAxisTicksPanel
The panel that will layout the VerticalDataAxisTick.
Inherited Members
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class VerticalDataAxisTicksPanel : VerticalDataAxisItemsPanelBase
Constructors
VerticalDataAxisTicksPanel()
Declaration
public VerticalDataAxisTicksPanel()
Methods
CalculateTopPixels(UIElement, Double)
Calculates on how many pixels from the top should the tick be positioned.
Declaration
protected override double CalculateTopPixels(UIElement child, double availableHeight)
Parameters
System.Windows.UIElement
child
The axis tick. |
System.Double
availableHeight
The available width. |
Returns
System.Double
A number representing how many pixels from the top should the tick be positioned. |