AxisInfoTemplateSelector
StockSharp.Xaml.Charting
Provides class for choosing proper DataTemplate according to a Type of AxisInfo
Наследует: DataTemplateSelector
Свойства
XAxisDataTemplate : DataTemplate
Gets or sets the DataTemplate for IAxis
YAxisDataTemplate : DataTemplate
Gets or sets the DataTemplate for IAxis
Методы
SelectTemplate(object, DependencyObject) : DataTemplate
When overidden in derived classes, contains the logic for choosing a proper DataTemplate
- item
- container
Поля
XAxisDataTemplateProperty : DependencyProperty
Defines the XAxisDataTemplate DependencyProperty
YAxisDataTemplateProperty : DependencyProperty
Defines the YAxisDataTemplate DependencyProperty