Class ChartSeriesProvider
Inheritance
System.Object
ChartSeriesProvider
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ChartSeriesProvider : DependencyObject, IWeakEventListener
Constructors
ChartSeriesProvider()
Declaration
public ChartSeriesProvider()
Fields
IsDynamicSeriesProperty
Declaration
public static readonly DependencyProperty IsDynamicSeriesProperty
Field Value
Microsoft.
|
SeriesDescriptorSelectorProperty
Declaration
public static readonly DependencyProperty SeriesDescriptorSelectorProperty
Field Value
Microsoft.
|
SourceProperty
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
Microsoft.
|
Properties
SeriesDescriptors
Declaration
public ChartSeriesDescriptorCollection SeriesDescriptors { get; }
Property Value
SeriesDescriptorSelector
Declaration
public ChartSeriesDescriptorSelector SeriesDescriptorSelector { get; set; }
Property Value
Source
Declaration
public object Source { get; set; }
Property Value
System.
|
Methods
Finalize()
Declaration
protected override void Finalize()
GetIsDynamicSeries(DependencyObject)
Declaration
public static bool GetIsDynamicSeries(DependencyObject instance)
Parameters
Microsoft.
|
Returns
System.
|
RefreshAttachedCharts()
Declaration
public void RefreshAttachedCharts()
SetIsDynamicSeries(DependencyObject, Boolean)
Declaration
public static void SetIsDynamicSeries(DependencyObject instance, bool value)
Parameters
Microsoft.
|
System.
|
Explicit Interface Implementations
IWeakEventListener.ReceiveEvent(Object, Object)
Declaration
void IWeakEventListener.ReceiveEvent(object sender, object args)
Parameters
System.
|
System.
|