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