AxisLayoutHelper

StockSharp.Xaml.Charting.Common

Attached properties to assist with Axis layout. Used internally by Ultrachart in the Themes

Methods

GetAxisAlignment
public static AxisAlignment GetAxisAlignment(DependencyObject obj)
result = AxisLayoutHelper.GetAxisAlignment(obj)

Gets the axis alignment.

obj
The object.
GetIsInsideItem
public static bool GetIsInsideItem(DependencyObject obj)
result = AxisLayoutHelper.GetIsInsideItem(obj)

Gets the is inside item.

obj
The object.
GetIsOutsideItem
public static bool GetIsOutsideItem(DependencyObject obj)
result = AxisLayoutHelper.GetIsOutsideItem(obj)

Gets the is outside item.

obj
The object.
SetAxisAlignment
public static void SetAxisAlignment(DependencyObject obj, AxisAlignment value)
AxisLayoutHelper.SetAxisAlignment(obj, value)

Sets the axis alignment.

obj
The object.
value
The value.
SetIsInsideItem
public static void SetIsInsideItem(DependencyObject obj, bool value)
AxisLayoutHelper.SetIsInsideItem(obj, value)

Sets the is inside item.

obj
The object.
value
if set to true [value].
SetIsOutsideItem
public static void SetIsOutsideItem(DependencyObject obj, bool value)
AxisLayoutHelper.SetIsOutsideItem(obj, value)

Sets the is outside item.

obj
The object.
value
if set to true [value].

Fields

AxisAlignmentProperty
public static readonly DependencyProperty AxisAlignmentProperty
value = AxisLayoutHelper.AxisAlignmentProperty

The axis alignment property

IsInsideItemProperty
public static readonly DependencyProperty IsInsideItemProperty
value = AxisLayoutHelper.IsInsideItemProperty

The is inside item property

IsOutsideItemProperty
public static readonly DependencyProperty IsOutsideItemProperty
value = AxisLayoutHelper.IsOutsideItemProperty

The is outside item property