SeriesInfoTemplateSelector
Предоставляет класс для выбора правильного DataTemplate в соответствии с типом SeriesInfo.
Наследует: DataTemplateSelector
Конструкторы
public SeriesInfoTemplateSelector()
seriesInfoTemplateSelector = SeriesInfoTemplateSelector()
Инициирует новый пример класса.
Свойства
public DataTemplate BandSeries1Template { get; set; }
value = seriesInfoTemplateSelector.BandSeries1Template
seriesInfoTemplateSelector.BandSeries1Template = value
Получает или устанавливает DataTemplate для первой серии BandSeriesInfo
public DataTemplate BandSeries2Template { get; set; }
value = seriesInfoTemplateSelector.BandSeries2Template
seriesInfoTemplateSelector.BandSeries2Template = value
Получает или устанавливает DataTemplate для второй серии BandSeriesInfo
public DataTemplate BoxPlotSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.BoxPlotSeriesTemplate
seriesInfoTemplateSelector.BoxPlotSeriesTemplate = value
Получает или устанавливает DataTemplate для OhlcSeriesInfo
public DataTemplate HeatmapSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.HeatmapSeriesTemplate
seriesInfoTemplateSelector.HeatmapSeriesTemplate = value
Получает или устанавливает DataTemplate для HeatmapSeriesInfo
public DataTemplate HlcSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.HlcSeriesTemplate
seriesInfoTemplateSelector.HlcSeriesTemplate = value
Получает или устанавливает DataTemplate для OhlcSeriesInfo
public DataTemplate OhlcSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.OhlcSeriesTemplate
seriesInfoTemplateSelector.OhlcSeriesTemplate = value
Получает или устанавливает DataTemplate для OhlcSeriesInfo
public DataTemplate OneHundredPercentStackedSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplate
seriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplate = value
Получает или устанавливает DataTemplate для OneHundredPercentStackedSeriesInfo
public DataTemplate TimeframeSegmentSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.TimeframeSegmentSeriesTemplate
seriesInfoTemplateSelector.TimeframeSegmentSeriesTemplate = value
Получает или устанавливает DataTemplate для TimeframeSegmentSeriesInfo
public DataTemplate TransactionSeriesTemplate { get; set; }
value = seriesInfoTemplateSelector.TransactionSeriesTemplate
seriesInfoTemplateSelector.TransactionSeriesTemplate = value
Получает или устанавливает 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
Определяет BandSeries1Template DependencyProperty
public static readonly DependencyProperty BandSeries2TemplateProperty
value = SeriesInfoTemplateSelector.BandSeries2TemplateProperty
Определяет BandSeries2Template DependencyProperty
public static readonly DependencyProperty BoxPlotSeriesTemplateProperty
value = SeriesInfoTemplateSelector.BoxPlotSeriesTemplateProperty
Определяет BoxPlotSeriesTemplate DependencyProperty
public static readonly DependencyProperty HeatmapSeriesTemplateProperty
value = SeriesInfoTemplateSelector.HeatmapSeriesTemplateProperty
Определяет HeatmapSeriesTemplate DependencyProperty
public static readonly DependencyProperty HlcSeriesTemplateProperty
value = SeriesInfoTemplateSelector.HlcSeriesTemplateProperty
Определяет HlcSeriesTemplate DependencyProperty
public static readonly DependencyProperty OhlcSeriesTemplateProperty
value = SeriesInfoTemplateSelector.OhlcSeriesTemplateProperty
Определяет OhlcSeriesTemplate DependencyProperty
public static readonly DependencyProperty OneHundredPercentStackedSeriesTemplateProperty
value = SeriesInfoTemplateSelector.OneHundredPercentStackedSeriesTemplateProperty
Определяет OneHundredPercentStackedSeriesTemplate DependencyProperty
public static readonly DependencyProperty TimeframeSegmentSeriesTemplateProperty
value = SeriesInfoTemplateSelector.TimeframeSegmentSeriesTemplateProperty
Определяет TimeframeSegmentSeriesTemplate DependencyProperty
public static readonly DependencyProperty TransactionSeriesTemplateProperty
value = SeriesInfoTemplateSelector.TransactionSeriesTemplateProperty
Определяет TransactionSeriesTemplate DependencyProperty