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.

Declaration Syntax

public ChartVariable(IEnumerable<object> vals, string quantity_name, string unit)

Parameters

vals(IEnumerable<object>)

No details are provided for this entry.

quantity_name(string)

No details are provided for this entry.

unit(string)

No details are provided for this entry.