Class AxisTemplateSelector
Representing AxisTemplateSelector
Inheritance
System.Object
AxisTemplateSelector
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class AxisTemplateSelector : DataTemplateSelector
Constructors
AxisTemplateSelector()
Declaration
public AxisTemplateSelector()
Properties
CartesianAxisTemplate
Gets or sets the cartesian axis template.
Declaration
public DataTemplate CartesianAxisTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | The cartesian axis template. |
OlapAxisTemplate
Gets or sets the olap axis template.
Declaration
public DataTemplate OlapAxisTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | The olap axis template. |
Methods
SelectTemplate(Object, DependencyObject)
When overridden in a derived class, returns a System.Windows.DataTemplate based on custom logic.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | The data object for which to select the template. |
System.Windows.DependencyObject | container | The data-bound object. |
Returns
Type | Description |
---|---|
System.Windows.DataTemplate | Returns a System.Windows.DataTemplate or null. The default value is null. |