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