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