AxisLayoutHelper

StockSharp.Xaml.Charting.Common

軸レイアウトを支援する固定プロパティ。テーマのUltrachartによって内部で使用

メソッド

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

軸線の直線を取得します。

obj
オブジェクト。
GetIsInsideItem
public static bool GetIsInsideItem(DependencyObject obj)
result = AxisLayoutHelper.GetIsInsideItem(obj)

アイテム内にあるアイテムを取得します。

obj
オブジェクト。
GetIsOutsideItem
public static bool GetIsOutsideItem(DependencyObject obj)
result = AxisLayoutHelper.GetIsOutsideItem(obj)

外部アイテムを受け取ります。

obj
オブジェクト。
SetAxisAlignment
public static void SetAxisAlignment(DependencyObject obj, AxisAlignment value)
AxisLayoutHelper.SetAxisAlignment(obj, value)

軸線の直線を設定します。

obj
オブジェクト。
value
値。
SetIsInsideItem
public static void SetIsInsideItem(DependencyObject obj, bool value)
AxisLayoutHelper.SetIsInsideItem(obj, value)

内側の項目に is を設定します。

obj
オブジェクト。
value
true にセットした場合 [値] 。
SetIsOutsideItem
public static void SetIsOutsideItem(DependencyObject obj, bool value)
AxisLayoutHelper.SetIsOutsideItem(obj, value)

外部項目を設定

obj
オブジェクト。
value
true にセットした場合 [値] 。

フィールド

AxisAlignmentProperty
public static readonly DependencyProperty AxisAlignmentProperty
value = AxisLayoutHelper.AxisAlignmentProperty

軸線アライメントプロパティ

IsInsideItemProperty
public static readonly DependencyProperty IsInsideItemProperty
value = AxisLayoutHelper.IsInsideItemProperty

アイテム内プロパティ

IsOutsideItemProperty
public static readonly DependencyProperty IsOutsideItemProperty
value = AxisLayoutHelper.IsOutsideItemProperty

外部項目プロパティ