Class HorizontalDataAxisLabelsPanel
The panel that will layout the HorizontalDataAxisLabels.
Inherited Members
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HorizontalDataAxisLabelsPanel : HorizontalDataAxisItemsPanelBase
Constructors
HorizontalDataAxisLabelsPanel()
Declaration
public HorizontalDataAxisLabelsPanel()
Methods
CalculateLeftPixels(UIElement, Double)
Calculates on how many pixels to the left the label should be positioned.
Declaration
protected override double CalculateLeftPixels(UIElement child, double availableWidth)
Parameters
System.Windows.UIElement
child
The label. |
System.Double
availableWidth
The available width. |
Returns
System.Double
A number representing how many pixels to the left should the label be positioned. |