Class
CategoricalSeriesDescriptorBase

Represents the base class for descriptors that defines categorical data series.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class CategoricalSeriesDescriptorBase : ChartSeriesDescriptor

Inheritance: objectChartSeriesDescriptorCategoricalSeriesDescriptorBase

Derived Classes: CategoricalSeriesDescriptorOhlcSeriesDescriptor

Inherited Members ChartSeriesDescriptor.StylePropertyChartSeriesDescriptor.ItemsSourcePathPropertyChartSeriesDescriptor.TypePathPropertyChartSeriesDescriptor.TypeConverterPropertyChartSeriesDescriptor.CollectionIndexPropertyChartSeriesDescriptor.ChartDataSourceStylePropertyChartSeriesDescriptor.CreateInstance(object)ChartSeriesDescriptor.CreateInstanceCore(object)ChartSeriesDescriptor.CreateDefaultInstance(object)ChartSeriesDescriptor.DefaultTypeChartSeriesDescriptor.TypePathChartSeriesDescriptor.TypeConverterChartSeriesDescriptor.StyleChartSeriesDescriptor.ItemsSourcePathChartSeriesDescriptor.CollectionIndexChartSeriesDescriptor.ChartDataSourceStyle

Constructors

CategoricalSeriesDescriptorBase()

Declaration

cs-api-definition
public CategoricalSeriesDescriptorBase()

Fields

CategoryPathProperty

Identifies the CategoryPath dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CategoryPathProperty

Field Value

DependencyProperty

Properties

CategoryPath

Gets or sets the name of the property that points to the Category value of the data point view model.

Declaration

cs-api-definition
public string CategoryPath { get; set; }

Property Value

string