BandSeriesInfoToYValueConverter

StockSharp.Xaml.Charting

ヒットテスト API の部分と RolloverModifierと CursorModifier の data-templates の RolloverModifierと CursorModifier の Y-values を出力するコンバーター

実装: IValueConverter

メソッド

Convert
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
result = bandSeriesInfoToYValueConverter.Convert(value, targetType, parameter, culture)

値の変換。

value
結合源によって生成される値。
targetType
結合対象プロパティの型。
parameter
使用するコンバーターパラメータ。
culture
コンバーターで使用する文化。

戻り値: 変換された値。メソッドが null を返すと、有効な null 値が使用されます。

ConvertBack
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
result = bandSeriesInfoToYValueConverter.ConvertBack(value, targetType, parameter, culture)

値の変換。

value
結合ターゲットによって生成される値。
targetType
変換するタイプ。
parameter
使用するコンバーターパラメータ。
culture
コンバーターで使用する文化。

戻り値: 変換された値。メソッドが null を返すと、有効な null 値が使用されます。