ClassHorizontalDataAxisTicksPanel
Class
The panel that will layout the HorizontalDataAxisTicks.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public sealed class HorizontalDataAxisTicksPanel : HorizontalDataAxisItemsPanelBase
Inheritance: objectHorizontalDataAxisItemsPanelBaseHorizontalDataAxisTicksPanel
Constructors
HorizontalDataAxisTicksPanel()
Declaration
cs-api-definition
public HorizontalDataAxisTicksPanel()
Methods
CalculateLeftPixels(UIElement, double)
Calculates on how many pixels to the left the tick should be positioned.
Declaration
cs-api-definition
protected override double CalculateLeftPixels(UIElement child, double availableWidth)
Parameters
child
UIElement
The tick.
availableWidth
The available width.
Returns
A number representing how many pixels to the left should the tick be positioned.
Overrides