AxisLayoutHelper

StockSharp.Xaml.Charting.Common

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

Methods

GetAxisAlignment(DependencyObject) : AxisAlignment

Gets the axis alignment.

obj
The object.
GetIsInsideItem(DependencyObject) : bool

Gets the is inside item.

obj
The object.
GetIsOutsideItem(DependencyObject) : bool

Gets the is outside item.

obj
The object.
SetAxisAlignment(DependencyObject, AxisAlignment)

Sets the axis alignment.

obj
The object.
value
The value.
SetIsInsideItem(DependencyObject, bool)

Sets the is inside item.

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

Sets the is outside item.

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

Fields

AxisAlignmentProperty : DependencyProperty

The axis alignment property

IsInsideItemProperty : DependencyProperty

The is inside item property

IsOutsideItemProperty : DependencyProperty

The is outside item property