Class: ChartVariable
Chart Variable enables user to create a list of values that can be used to construct a dataset object.
Examples
Constructors
| Name |
Description |
|
ChartVariable(IEnumerable<Object>, String, String)
|
Construct a ChartVariable using an untyped IEnumerable.
Any values that can be converted to doubles will be accepted.
The quantity_name and unit parameters are optional and default to Dimensionless and a blank string respectively.
If any value in the enumerable cannot be converted to double, then an ArgumentException will be thrown.
|
Properties
| Name |
Description |
|
QuantityName
|
The quantity name of the variable. For example, this could be "Length".
|
|
Unit
|
The unit of the variable. For example, this could be "mm".
|