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

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

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.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 double? Value { get; set; }