Class CategoricalSeriesDescriptor
Represents a concrete Chart
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CategoricalSeriesDescriptor : CategoricalSeriesDescriptorBase
Constructors
CategoricalSeriesDescriptor()
Declaration
public CategoricalSeriesDescriptor()
Fields
ValuePathProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.
|
Properties
DefaultType
Gets the default type of series that are to be created if no TypePath and no Style properties are specified.
Declaration
public override Type DefaultType { get; }
Property Value
System.
|
Overrides
ValuePath
Gets or sets the name of the property that points to the Value value of the data point view model.
Declaration
public string ValuePath { get; set; }
Property Value
System.
|
Methods
CreateInstanceCore(Object)
Core entry point for creating the Chart
Declaration
protected override ChartSeries CreateInstanceCore(object context)
Parameters
System. The context (this is the raw data collection or the data view model) for which a Chart |
Returns
Overrides
Exceptions
System. The base implementation fails to create a valid Categorical |