SeriesInfoTemplateSelector

StockSharp.Xaml.Charting

Provides class for choosing proper DataTemplate according to a Type of SeriesInfo

继承自: DataTemplateSelector

构造函数

SeriesInfoTemplateSelector()

Initializes a new instance of the class.

属性

BandSeries1Template : DataTemplate

Gets or sets the DataTemplate for the first series of the BandSeriesInfo

BandSeries2Template : DataTemplate

Gets or sets the DataTemplate for the second series of the BandSeriesInfo

BoxPlotSeriesTemplate : DataTemplate

Gets or sets the DataTemplate for OhlcSeriesInfo

HeatmapSeriesTemplate : DataTemplate

Gets or sets the DataTemplate for HeatmapSeriesInfo

HlcSeriesTemplate : DataTemplate

Gets or sets the DataTemplate for OhlcSeriesInfo

OhlcSeriesTemplate : DataTemplate

Gets or sets the DataTemplate for OhlcSeriesInfo

OneHundredPercentStackedSeriesTemplate : DataTemplate

Gets or sets the DataTemplate for OneHundredPercentStackedSeriesInfo

TimeframeSegmentSeriesTemplate : DataTemplate

Gets or sets the DataTemplate for TimeframeSegmentSeriesInfo

TransactionSeriesTemplate : DataTemplate

Gets or sets the DataTemplate for TransactionSeriesInfo

方法

SelectTemplate(object, DependencyObject) : DataTemplate

When overidden in derived classes, contains the logic for choosing a proper DataTemplate

item
container

字段

BandSeries1TemplateProperty : DependencyProperty

Defines the BandSeries1Template DependencyProperty

BandSeries2TemplateProperty : DependencyProperty

Defines the BandSeries2Template DependencyProperty

BoxPlotSeriesTemplateProperty : DependencyProperty

Defines the BoxPlotSeriesTemplate DependencyProperty

HeatmapSeriesTemplateProperty : DependencyProperty

Defines the HeatmapSeriesTemplate DependencyProperty

HlcSeriesTemplateProperty : DependencyProperty

Defines the HlcSeriesTemplate DependencyProperty

OhlcSeriesTemplateProperty : DependencyProperty

Defines the OhlcSeriesTemplate DependencyProperty

OneHundredPercentStackedSeriesTemplateProperty : DependencyProperty

Defines the OneHundredPercentStackedSeriesTemplate DependencyProperty

TimeframeSegmentSeriesTemplateProperty : DependencyProperty

Defines the TimeframeSegmentSeriesTemplate DependencyProperty

TransactionSeriesTemplateProperty : DependencyProperty

Defines the TransactionSeriesTemplate DependencyProperty