Represents a class that allows for context-based ChartAnnotationDescriptor selection within a ChartAnnotationsProvider instance.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartAnnotationDescriptorSelector : DependencyObject
Inheritance: objectChartAnnotationDescriptorSelector
Constructors
C#
public ChartAnnotationDescriptorSelector()
Methods
Selects the desired descriptor, depending on the context specified and the owning ChartAnnotationsProvider instance.
C#
public virtual ChartAnnotationDescriptor SelectDescriptor(ChartAnnotationsProvider provider, object context)