SeriesInfoTemplateSelector
適切なDataTemplateSeriesInfoの型に応じて選択するためのクラスを提供
継承元: DataTemplateSelector
コンストラクター
public SeriesInfoTemplateSelector()
seriesInfoTemplateSelector = SeriesInfoTemplateSelector()
クラスの新しいインスタンスを初期化します。
プロパティ
public DataTemplate BandSeries1Template { get; set; }
value = seriesInfoTemplateSelector.BandSeries1Template
seriesInfoTemplateSelector.BandSeries1Template = value
BandSeriesInfoのファーストシリーズのDataTemplateを受け取り、またはセットします
public DataTemplate BandSeries2Template { get; set; }
value = seriesInfoTemplateSelector.BandSeries2Template
seriesInfoTemplateSelector.BandSeries2Template = value
BandSeriesInfoの2番目のシリーズのDataTemplateをゲットまたはセットしてください
public DataTemplate BoxPlotSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.BoxPlotSeriesTemplate
seriesInfoTemplateSelector.BoxPlotSeriesTemplate = value
OhlcSeriesInfo の DataTemplate を OhlcSeriesInfo に取得またはセットする
public DataTemplate HeatmapSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.HeatmapSeriesTemplate
seriesInfoTemplateSelector.HeatmapSeriesTemplate = value
HeatmapSeriesInfo の DataTemplate を HeatmapSeriesInfo に取得またはセットする
public DataTemplate HlcSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.HlcSeriesTemplate
seriesInfoTemplateSelector.HlcSeriesTemplate = value
OhlcSeriesInfo の DataTemplate を OhlcSeriesInfo に取得またはセットする
public DataTemplate OhlcSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.OhlcSeriesTemplate
seriesInfoTemplateSelector.OhlcSeriesTemplate = value
OhlcSeriesInfo の DataTemplate を OhlcSeriesInfo に取得またはセットする
public DataTemplate OneHundredPercentStackedSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplate
seriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplate = value
OneHundredPercentStackedSeriesInfo の DataTemplate を OneHundredPercentStackedSeriesInfo に取得またはセットする
public DataTemplate TimeframeSegmentSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.TimeframeSegmentSeriesTemplate
seriesInfoTemplateSelector.TimeframeSegmentSeriesTemplate = value
TimeframeSegmentSeriesInfo の DataTemplate を TimeframeSegmentSeriesInfo に取得またはセットする
public DataTemplate TransactionSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.TransactionSeriesTemplate
seriesInfoTemplateSelector.TransactionSeriesTemplate = value
TransactionSeriesInfo の DataTemplate を TransactionSeriesInfo に取得またはセットする
メソッド
public override DataTemplate SelectTemplate(object item, DependencyObject container)
result = seriesInfoTemplateSelector.SelectTemplate(item, container)
派生クラスに上書きするときは、適切なDataTemplateを選ぶためのロジックが含まれています
- item
- container
フィールド
public static readonly DependencyProperty BandSeries1TemplateProperty
value = SeriesInfoTemplateSelector.BandSeries1TemplateProperty
電子メール:BandSeries1TemplateDependencyProperty@
public static readonly DependencyProperty BandSeries2TemplateProperty
value = SeriesInfoTemplateSelector.BandSeries2TemplateProperty
電子メール:BandSeries2TemplateDependencyProperty@
public static readonly DependencyProperty BoxPlotSeriesTemplateProperty
value = SeriesInfoTemplateSelector.BoxPlotSeriesTemplateProperty
電子メール:BoxPlotSeriesTemplateDependencyProperty@
public static readonly DependencyProperty HeatmapSeriesTemplateProperty
value = SeriesInfoTemplateSelector.HeatmapSeriesTemplateProperty
電子メール:HeatmapSeriesTemplateDependencyProperty@
public static readonly DependencyProperty HlcSeriesTemplateProperty
value = SeriesInfoTemplateSelector.HlcSeriesTemplateProperty
電子メール:HlcSeriesTemplateDependencyProperty@
public static readonly DependencyProperty OhlcSeriesTemplateProperty
value = SeriesInfoTemplateSelector.OhlcSeriesTemplateProperty
電子メール:OhlcSeriesTemplateDependencyProperty@
public static readonly DependencyProperty OneHundredPercentStackedSeriesTemplateProperty
value = SeriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplateProperty
電子メール:OneHundredPercentStackedSeriesTemplateDependencyProperty@
public static readonly DependencyProperty TimeframeSegmentSeriesTemplateProperty
value = SeriesInfoTemplateSelector.TimeframeSegmentSeriesTemplateProperty
電子メール:TimeframeSegmentSeriesTemplateDependencyProperty@
public static readonly DependencyProperty TransactionSeriesTemplateProperty
value = SeriesInfoTemplateSelector.TransactionSeriesTemplateProperty
電子メール:TransactionSeriesTemplateDependencyProperty@