ClassFeaturedMeasureTemplateSelector
Class
Definition
Namespace:Telerik.Windows.Controls.BulletGraph
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class FeaturedMeasureTemplateSelector : DataTemplateSelector
Inheritance: objectFeaturedMeasureTemplateSelector
Constructors
FeaturedMeasureTemplateSelector()
Declaration
cs-api-definition
public FeaturedMeasureTemplateSelector()
Properties
BarTemplate
Gets or sets the bar template.
Declaration
cs-api-definition
public DataTemplate BarTemplate { get; set; }
Property Value
DataTemplate
The bar template.
EllipseTemplate
Gets or sets the ellipse template.
Declaration
cs-api-definition
public DataTemplate EllipseTemplate { get; set; }
Property Value
DataTemplate
The ellipse template.
Methods
SelectTemplate(object, DependencyObject)
Selects the template.
Declaration
cs-api-definition
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
item
The item.
container
DependencyObject
The container.
Returns
DataTemplate