UltrachartLegend
StockSharp.Xaml.Charting.Visuals
シリーズの色と名前を表示するレジェンドコントロールを提供
継承元: ItemsControl
コンストラクター
UltrachartLegend
public UltrachartLegend()
ultrachartLegend = UltrachartLegend()
UltrachartLegendクラスの新しいインスタンスを初期化します。
プロパティ
LegendData
public ChartDataObject LegendData { get; set; }
value = ultrachartLegend.LegendData
ultrachartLegend.LegendData = value
SeriesInfo プロパティーを提供するChartDataObjectをゲットまたはセットする
Orientation
public Orientation Orientation { get; set; }
value = ultrachartLegend.Orientation
ultrachartLegend.Orientation = value
凡例の項目レイアウトの向きを決定する値を取得するか、または設定します
ShowSeriesMarkers
public bool ShowSeriesMarkers { get; set; }
value = ultrachartLegend.ShowSeriesMarkers
ultrachartLegend.ShowSeriesMarkers = value
LegendMarkerTemplate で定義したシリーズマーカーを表示するかどうかを示す値を取得するか、設定する
ShowVisibilityCheckboxes
public bool ShowVisibilityCheckboxes { get; set; }
value = ultrachartLegend.ShowVisibilityCheckboxes
ultrachartLegend.ShowVisibilityCheckboxes = value
チェックボックスの列がシリーズの可視性にバインドされているかどうかを取得またはセットする
フィールド
LegendDataProperty
public static readonly DependencyProperty LegendDataProperty
value = UltrachartLegend.LegendDataProperty
LegendData 依存性プロパティを定義する
OrientationProperty
public static readonly DependencyProperty OrientationProperty
value = UltrachartLegend.OrientationProperty
オリエンテーションDependencyPropertyを定義する
ShowSeriesMarkersProperty
public static readonly DependencyProperty ShowSeriesMarkersProperty
value = UltrachartLegend.ShowSeriesMarkersProperty
電子メール:ShowPointMarkersDependencyProperty@
ShowVisibilityCheckboxesProperty
public static readonly DependencyProperty ShowVisibilityCheckboxesProperty
value = UltrachartLegend.ShowVisibilityCheckboxesProperty
電子メール:ShowVisibilityCheckboxesDependencyProperty@