Class DemoData
Simple data sources examples class. Used for a data binding demonstration only
Inheritance
System.Object
DemoData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class DemoData
Constructors
DemoData()
Main class constructor
Declaration
public DemoData()
Fields
DoubleArray
Double Array example
Declaration
public double[] DoubleArray
Field Value
System.Double[]
|
ObjectsArray
Object array without groups column example
Declaration
public object[, ] ObjectsArray
Field Value
System.Object[,]
|
ObjectsArrayCat
Object array with groups column example
Declaration
public object[, ] ObjectsArrayCat
Field Value
System.Object[,]
|
Properties
DoubleList
Strong typed double list example
Declaration
public List<double> DoubleList { get; }
Property Value
System.Collections.Generic.List<System.Double>
|