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.
|
ItemsSourcePathProperty
Declaration
public static readonly DependencyProperty ItemsSourcePathProperty
Field Value
Microsoft.
|
LegendTitlePathProperty
Declaration
public static readonly DependencyProperty LegendTitlePathProperty
Field Value
Microsoft.
|
StyleProperty
Declaration
public static readonly DependencyProperty StyleProperty
Field Value
Microsoft.
|
TypePathProperty
Declaration
public static readonly DependencyProperty TypePathProperty
Field Value
Microsoft.
|
Properties
CollectionIndex
Declaration
public int CollectionIndex { get; set; }
Property Value
System.
|
DefaultType
Declaration
public abstract Type DefaultType { get; }
Property Value
System.
|
ItemsSourcePath
Declaration
public string ItemsSourcePath { get; set; }
Property Value
System.
|
LegendTitlePath
Declaration
public string LegendTitlePath { get; set; }
Property Value
System.
|
Style
Declaration
public Style Style { get; set; }
Property Value
Microsoft.
|
TypePath
Declaration
public string TypePath { get; set; }
Property Value
System.
|
Methods
CreateDefaultInstance(Object)
Declaration
protected ChartSeries CreateDefaultInstance(object context)
Parameters
System.
|
Returns
CreateInstance(Object)
Declaration
public ChartSeries CreateInstance(object context)
Parameters
System.
|
Returns
CreateInstanceCore(Object)
Declaration
protected virtual ChartSeries CreateInstanceCore(object context)
Parameters
System.
|