Class CategoricalDataPoint
Class representing single portion a of data to be plotted in a chart.
Inheritance
System.Object
CategoricalDataPoint
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CategoricalDataPoint : Object
Constructors
CategoricalDataPoint()
Declaration
public CategoricalDataPoint()
Properties
Category
Gets or sets the category.
Declaration
public object Category { get; set; }
Property Value
System.Object
|
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|