New to Telerik UI for WPFStart a free 30-day trial

The panel that will layout the HorizontalDataAxisTicks.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class HorizontalDataAxisTicksPanel : HorizontalDataAxisItemsPanelBase

Inheritance: objectHorizontalDataAxisItemsPanelBaseHorizontalDataAxisTicksPanel

Constructors

C#
public HorizontalDataAxisTicksPanel()

Methods

Calculates on how many pixels to the left the tick should be positioned.

C#
protected override double CalculateLeftPixels(UIElement child, double availableWidth)
Parameters:childUIElement

The tick.

availableWidthdouble

The available width.

Returns:

double

A number representing how many pixels to the left should the tick be positioned.

Overrides: HorizontalDataAxisItemsPanelBase.CalculateLeftPixels(UIElement, double)