Class VerticalDataAxisLabelsPanel
The panel that will layout the Vertical
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. The label. |
System. The available width. |
Returns
System. A number representing how many pixels from the top should the label be positioned. |