IChildPane
StockSharp.Xaml.Charting
インターフェイスは、UltrachartGroup制御で、垂直チャートグループで1.Many UltrachartSurface制御します。 特に株式チャートのために意図されています。 ViewModelを作成したときにこのインターフェイスから派生し、マルチパンドストックチャートアプリケーションでチャイルドパンの基礎を形成します
プロパティ
ClosePaneCommand
public ICommand ClosePaneCommand { get; set; }
value = iChildPane.ClosePaneCommand
iChildPane.ClosePaneCommand = value
呼び出されるときのコマンドは、子のペインを閉じます
Title
public string Title { get; set; }
value = iChildPane.Title
iChildPane.Title = value
チャイルド・パンのタイトルをゲットまたはセットする