In This Article

DesignTimeData Class

Used to display sample chart data at design-time.

public class DesignTimeData
Inheritance:
object object

Constructors

DesignTimeData()

Initializes an instance of the class.

public DesignTimeData()

Properties

Title

Gets or sets the title.

public string Title { get; set; }

Property Value

string:

The title.

Value

Gets or sets the value.

public double Value { get; set; }

Property Value

double:

The value.

Methods

BuildDesignTimeData()

Builds design-time data.

public static IEnumerable<DesignTimeData> BuildDesignTimeData()

Returns

IEnumerable<DesignTimeData>:

An IEnumerable<T> of sample data.

Inherited Members