New to Telerik ReportingStart a free 30-day trial

Simple data sources examples class. Used for a data binding demonstration only

Definition

Namespace:Telerik.Reporting.Charting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class DemoData

Inheritance: objectDemoData

Constructors

Main class constructor

C#
public DemoData()

Fields

DoubleArray

double[]

Double Array example

C#
public double[] DoubleArray

ObjectsArray

object[,]

Object array without groups column example

C#
public object[,] ObjectsArray

Object array with groups column example

C#
public object[,] ObjectsArrayCat

Properties

DoubleList

List<double>

Strong typed double list example

C#
public List<double> DoubleList { get; }