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