Class ChartTemplateSelector
Selects chart template based on the view model type.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ChartTemplateSelector : DataTemplateSelector
Constructors
ChartTemplateSelector()
Declaration
public ChartTemplateSelector()
Properties
HorizontalCategoryChartTemplate
Gets or sets the horizontal category chart template.
Declaration
public DataTemplate HorizontalCategoryChartTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
HorizontalDateTimeChartTemplate
Gets or sets the horizontal datetime chart template.
Declaration
public DataTemplate HorizontalDateTimeChartTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
PieChartTemplate
Gets or sets the pie chart template.
Declaration
public DataTemplate PieChartTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
ScatterChartTemplate
Gets or sets the scayyer chart template.
Declaration
public DataTemplate ScatterChartTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
VerticalCategoryChartTemplate
Gets or sets the vertical category chart template.
Declaration
public DataTemplate VerticalCategoryChartTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
VerticalDateTimeChartTemplate
Gets or sets the vertical datetime chart template.
Declaration
public DataTemplate VerticalDateTimeChartTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
SelectTemplate(Object, DependencyObject)
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.Object
item
|
System.Windows.DependencyObject
container
|
Returns
System.Windows.DataTemplate
|