Class
VerticalDataAxisTicksPanel

The panel that will layout the VerticalDataAxisTick.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class VerticalDataAxisTicksPanel : VerticalDataAxisItemsPanelBase

Inheritance: objectVerticalDataAxisItemsPanelBaseVerticalDataAxisTicksPanel

Constructors

VerticalDataAxisTicksPanel()

Declaration

cs-api-definition
public VerticalDataAxisTicksPanel()

Methods

CalculateTopPixels(UIElement, double)

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

Declaration

cs-api-definition
protected override double CalculateTopPixels(UIElement child, double availableHeight)

Parameters

child

UIElement

The axis tick.

availableHeight

double

The available width.

Returns

double

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

Overrides VerticalDataAxisItemsPanelBase.CalculateTopPixels(UIElement, double)