SeriesInfoTemplateSelector

StockSharp.Xaml.Charting

適切なDataTemplateSeriesInfoの型に応じて選択するためのクラスを提供

継承元: DataTemplateSelector

コンストラクター

SeriesInfoTemplateSelector
public SeriesInfoTemplateSelector()
seriesInfoTemplateSelector = SeriesInfoTemplateSelector()

クラスの新しいインスタンスを初期化します。

プロパティ

BandSeries1Template
public DataTemplate BandSeries1Template { get; set; }
value = seriesInfoTemplateSelector.BandSeries1Template
seriesInfoTemplateSelector.BandSeries1Template = value

BandSeriesInfoのファーストシリーズのDataTemplateを受け取り、またはセットします

BandSeries2Template
public DataTemplate BandSeries2Template { get; set; }
value = seriesInfoTemplateSelector.BandSeries2Template
seriesInfoTemplateSelector.BandSeries2Template = value

BandSeriesInfoの2番目のシリーズのDataTemplateをゲットまたはセットしてください

BoxPlotSeriesTemplate
public DataTemplate BoxPlotSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.BoxPlotSeriesTemplate
seriesInfoTemplateSelector.BoxPlotSeriesTemplate = value

OhlcSeriesInfo の DataTemplate を OhlcSeriesInfo に取得またはセットする

HeatmapSeriesTemplate
public DataTemplate HeatmapSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.HeatmapSeriesTemplate
seriesInfoTemplateSelector.HeatmapSeriesTemplate = value

HeatmapSeriesInfo の DataTemplate を HeatmapSeriesInfo に取得またはセットする

HlcSeriesTemplate
public DataTemplate HlcSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.HlcSeriesTemplate
seriesInfoTemplateSelector.HlcSeriesTemplate = value

OhlcSeriesInfo の DataTemplate を OhlcSeriesInfo に取得またはセットする

OhlcSeriesTemplate
public DataTemplate OhlcSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.OhlcSeriesTemplate
seriesInfoTemplateSelector.OhlcSeriesTemplate = value

OhlcSeriesInfo の DataTemplate を OhlcSeriesInfo に取得またはセットする

OneHundredPercentStackedSeriesTemplate
public DataTemplate OneHundredPercentStackedSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplate
seriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplate = value

OneHundredPercentStackedSeriesInfo の DataTemplate を OneHundredPercentStackedSeriesInfo に取得またはセットする

TimeframeSegmentSeriesTemplate
public DataTemplate TimeframeSegmentSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.TimeframeSegmentSeriesTemplate
seriesInfoTemplateSelector.TimeframeSegmentSeriesTemplate = value

TimeframeSegmentSeriesInfo の DataTemplate を TimeframeSegmentSeriesInfo に取得またはセットする

TransactionSeriesTemplate
public DataTemplate TransactionSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.TransactionSeriesTemplate
seriesInfoTemplateSelector.TransactionSeriesTemplate = value

TransactionSeriesInfo の DataTemplate を TransactionSeriesInfo に取得またはセットする

メソッド

SelectTemplate
public override DataTemplate SelectTemplate(object item, DependencyObject container)
result = seriesInfoTemplateSelector.SelectTemplate(item, container)

派生クラスに上書きするときは、適切なDataTemplateを選ぶためのロジックが含まれています

item
container

フィールド

BandSeries1TemplateProperty
public static readonly DependencyProperty BandSeries1TemplateProperty
value = SeriesInfoTemplateSelector.BandSeries1TemplateProperty

電子メール:BandSeries1TemplateDependencyProperty@

BandSeries2TemplateProperty
public static readonly DependencyProperty BandSeries2TemplateProperty
value = SeriesInfoTemplateSelector.BandSeries2TemplateProperty

電子メール:BandSeries2TemplateDependencyProperty@

BoxPlotSeriesTemplateProperty
public static readonly DependencyProperty BoxPlotSeriesTemplateProperty
value = SeriesInfoTemplateSelector.BoxPlotSeriesTemplateProperty

電子メール:BoxPlotSeriesTemplateDependencyProperty@

HeatmapSeriesTemplateProperty
public static readonly DependencyProperty HeatmapSeriesTemplateProperty
value = SeriesInfoTemplateSelector.HeatmapSeriesTemplateProperty

電子メール:HeatmapSeriesTemplateDependencyProperty@

HlcSeriesTemplateProperty
public static readonly DependencyProperty HlcSeriesTemplateProperty
value = SeriesInfoTemplateSelector.HlcSeriesTemplateProperty

電子メール:HlcSeriesTemplateDependencyProperty@

OhlcSeriesTemplateProperty
public static readonly DependencyProperty OhlcSeriesTemplateProperty
value = SeriesInfoTemplateSelector.OhlcSeriesTemplateProperty

電子メール:OhlcSeriesTemplateDependencyProperty@

OneHundredPercentStackedSeriesTemplateProperty
public static readonly DependencyProperty OneHundredPercentStackedSeriesTemplateProperty
value = SeriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplateProperty

電子メール:OneHundredPercentStackedSeriesTemplateDependencyProperty@

TimeframeSegmentSeriesTemplateProperty
public static readonly DependencyProperty TimeframeSegmentSeriesTemplateProperty
value = SeriesInfoTemplateSelector.TimeframeSegmentSeriesTemplateProperty

電子メール:TimeframeSegmentSeriesTemplateDependencyProperty@

TransactionSeriesTemplateProperty
public static readonly DependencyProperty TransactionSeriesTemplateProperty
value = SeriesInfoTemplateSelector.TransactionSeriesTemplateProperty

電子メール:TransactionSeriesTemplateDependencyProperty@