Class
ChartTemplateSelector

Selects chart template based on the view model type.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ChartTemplateSelector : DataTemplateSelector

Inheritance: objectChartTemplateSelector

Constructors

ChartTemplateSelector()

Declaration

cs-api-definition
public ChartTemplateSelector()

Properties

HorizontalCategoryChartTemplate

Gets or sets the horizontal category chart template.

Declaration

cs-api-definition
public DataTemplate HorizontalCategoryChartTemplate { get; set; }

Property Value

DataTemplate

HorizontalDateTimeChartTemplate

Gets or sets the horizontal datetime chart template.

Declaration

cs-api-definition
public DataTemplate HorizontalDateTimeChartTemplate { get; set; }

Property Value

DataTemplate

PieChartTemplate

Gets or sets the pie chart template.

Declaration

cs-api-definition
public DataTemplate PieChartTemplate { get; set; }

Property Value

DataTemplate

ScatterChartTemplate

Gets or sets the scayyer chart template.

Declaration

cs-api-definition
public DataTemplate ScatterChartTemplate { get; set; }

Property Value

DataTemplate

VerticalCategoryChartTemplate

Gets or sets the vertical category chart template.

Declaration

cs-api-definition
public DataTemplate VerticalCategoryChartTemplate { get; set; }

Property Value

DataTemplate

VerticalDateTimeChartTemplate

Gets or sets the vertical datetime chart template.

Declaration

cs-api-definition
public DataTemplate VerticalDateTimeChartTemplate { get; set; }

Property Value

DataTemplate

Methods

SelectTemplate(object, DependencyObject)

Declaration

cs-api-definition
public override DataTemplate SelectTemplate(object item, DependencyObject container)

Parameters

item

object

container

DependencyObject

Returns

DataTemplate