Class
CategoricalDataPoint

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:

cs-api-definition
public class CategoricalDataPoint

Inheritance: objectCategoricalDataPoint

Constructors

CategoricalDataPoint()

Declaration

cs-api-definition
public CategoricalDataPoint()

Properties

Category

Gets or sets the category.

Declaration

cs-api-definition
public object Category { get; set; }

Property Value

object

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object