Class ChartSeriesDescriptor
Inheritance
System.Object
ChartSeriesDescriptor
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class ChartSeriesDescriptor : DependencyObject
Constructors
ChartSeriesDescriptor()
Declaration
protected ChartSeriesDescriptor()
Fields
CollectionIndexProperty
Declaration
public static readonly DependencyProperty CollectionIndexProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemsSourcePathProperty
Declaration
public static readonly DependencyProperty ItemsSourcePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LegendTitlePathProperty
Declaration
public static readonly DependencyProperty LegendTitlePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StyleProperty
Declaration
public static readonly DependencyProperty StyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TypePathProperty
Declaration
public static readonly DependencyProperty TypePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CollectionIndex
Declaration
public int CollectionIndex { get; set; }
Property Value
|
System.Int32
|
DefaultType
Declaration
public abstract Type DefaultType { get; }
Property Value
|
System.Type
|
ItemsSourcePath
Declaration
public string ItemsSourcePath { get; set; }
Property Value
|
System.String
|
LegendTitlePath
Declaration
public string LegendTitlePath { get; set; }
Property Value
|
System.String
|
Style
Declaration
public Style Style { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
TypePath
Declaration
public string TypePath { get; set; }
Property Value
|
System.String
|
Methods
CreateDefaultInstance(Object)
Declaration
protected ChartSeries CreateDefaultInstance(object context)
Parameters
|
System.Object
context
|
Returns
|
ChartSeries
|
CreateInstance(Object)
Declaration
public ChartSeries CreateInstance(object context)
Parameters
|
System.Object
context
|
Returns
|
ChartSeries
|
CreateInstanceCore(Object)
Declaration
protected virtual ChartSeries CreateInstanceCore(object context)
Parameters
|
System.Object
context
|
Returns
|
ChartSeries
|