Class HorizontalDataAxisTicksPanel
The panel that will layout the HorizontalDataAxisTicks.
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.Windows.UIElement
child
The tick. |
System.Double
availableWidth
The available width. |
Returns
System.Double
A number representing how many pixels to the left should the tick be positioned. |