AxisInfoTemplateSelector
StockSharp.Xaml.Charting
Provides class for choosing proper DataTemplate according to a Type of AxisInfo
Herda de: DataTemplateSelector
Propriedades
XAxisDataTemplate : DataTemplate
Gets or sets the DataTemplate for IAxis
YAxisDataTemplate : DataTemplate
Gets or sets the DataTemplate for IAxis
Métodos
SelectTemplate(object, DependencyObject) : DataTemplate
When overidden in derived classes, contains the logic for choosing a proper DataTemplate
- item
- container
Campos
XAxisDataTemplateProperty : DependencyProperty
Defines the XAxisDataTemplate DependencyProperty
YAxisDataTemplateProperty : DependencyProperty
Defines the YAxisDataTemplate DependencyProperty