TickLabelAxisCanvas

StockSharp.Xaml.Charting.Themes

A canvas which overlays an axis and is used to place Tick Labels

Inherits: AxisCanvas

Properties

IsLabelCullingEnabled
public bool IsLabelCullingEnabled { get; set; }
value = tickLabelAxisCanvas.IsLabelCullingEnabled
tickLabelAxisCanvas.IsLabelCullingEnabled = value

Gets or sets whether Label Culling is enabled on this Axis Canvas

Methods

ArrangeOverride
protected override Size ArrangeOverride(Size arrangeSize)
result = tickLabelAxisCanvas.ArrangeOverride(arrangeSize)

Arranges all children in the correct position.

arrangeSize
The size to arrange element's within.

Returns: The size that element's were arranged in.

MeasureOverride
protected override Size MeasureOverride(Size constraint)
result = tickLabelAxisCanvas.MeasureOverride(constraint)

Measures all the children and returns their size.

constraint
The available size.

Returns: The desired size.

Fields

IsLabelCullingEnabledProperty
public static readonly DependencyProperty IsLabelCullingEnabledProperty
value = TickLabelAxisCanvas.IsLabelCullingEnabledProperty

Defines the IsLabelCullingEnabled DependendencyProperty