ChartVariable.ChartVariable(IEnumerable<Object> param1, String param2, String param3)

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.

Parameters

  • param1
    Type: IEnumerable<Object>
  • param2
    Type: String
  • param3
    Type: String

Return Value

Type: @RETURN_TYPE_NAME@
@RETURN_TYPE_DESCRIPTION@