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

The panel that will layout the VerticalDataAxisTick.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class VerticalDataAxisTicksPanel : VerticalDataAxisItemsPanelBase

Inheritance: objectVerticalDataAxisItemsPanelBaseVerticalDataAxisTicksPanel

Constructors

C#
public VerticalDataAxisTicksPanel()

Methods

Calculates on how many pixels from the top should the tick be positioned.

C#
protected override double CalculateTopPixels(UIElement child, double availableHeight)
Parameters:childUIElement

The axis tick.

availableHeightdouble

The available width.

Returns:

double

A number representing how many pixels from the top should the tick be positioned.

Overrides: VerticalDataAxisItemsPanelBase.CalculateTopPixels(UIElement, double)