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