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