Used to display sample chart data at design-time.
- Inheritance:
- object object
Constructors
DesignTimeData()
Initializes an instance of the class.
Properties
Title
Gets or sets the title.
Property Value
- string:
The title.
Value
Gets or sets the value.
Property Value
- double:
The value.
Methods
BuildDesignTimeData()
Builds design-time data.
Returns
- IEnumerable<Design
Time >:Data An IEnumerable<T> of sample data.