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