New to Telerik UI for WPFStart a free 30-day trial

Class representing single portion a of data to be plotted in a chart.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CategoricalDataPoint

Inheritance: objectCategoricalDataPoint

Constructors

C#
public CategoricalDataPoint()

Properties

Gets or sets the category.

C#
public object Category { get; set; }

Gets or sets the value.

C#
public object Value { get; set; }