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.UI.Xaml.DependencyProperty
|
SeriesDescriptorSelectorProperty
Declaration
public static readonly DependencyProperty SeriesDescriptorSelectorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SourceProperty
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
SeriesDescriptors
Declaration
public ChartSeriesDescriptorCollection SeriesDescriptors { get; }
Property Value
|
ChartSeriesDescriptorCollection
|
SeriesDescriptorSelector
Declaration
public ChartSeriesDescriptorSelector SeriesDescriptorSelector { get; set; }
Property Value
|
ChartSeriesDescriptorSelector
|
Source
Declaration
public object Source { get; set; }
Property Value
|
System.Object
|
Methods
Finalize()
Declaration
protected override void Finalize()
GetIsDynamicSeries(DependencyObject)
Declaration
public static bool GetIsDynamicSeries(DependencyObject instance)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
instance
|
Returns
|
System.Boolean
|
RefreshAttachedCharts()
Declaration
public void RefreshAttachedCharts()
SetIsDynamicSeries(DependencyObject, Boolean)
Declaration
public static void SetIsDynamicSeries(DependencyObject instance, bool value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
instance
|
|
System.Boolean
value
|
Explicit Interface Implementations
IWeakEventListener.ReceiveEvent(Object, Object)
Declaration
void IWeakEventListener.ReceiveEvent(object sender, object args)
Parameters
|
System.Object
sender
|
|
System.Object
args
|