Constructor
new SparkChartDataItem(data)
An object used for automation verification of spark chart data items
Applications should not create this object.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | An object containing verification data |
- Source:
Methods
-
getBorderColor() → {String}
-
Returns the border color of a spark chart data item
- Source:
Returns:
The data item border color- Type
- String
-
getColor() → {String}
-
Returns the color of a spark chart data item
- Source:
Returns:
The data item color- Type
- String
-
getDate() → {Date}
-
Returns the date of a spark chart data item.
- Source:
Returns:
The data item date- Type
- Date
-
getFloatValue() → {Number}
-
Returns the float value of a spark chart data item. Only applies to floatingBar sparkChart types.
- Source:
Returns:
The data item float value- Type
- Number
-
getHigh() → {Number}
-
Returns the high value of a spark chart data item.
- Source:
Returns:
The data item high value- Type
- Number
-
getLow() → {Number}
-
Returns the low value of a spark chart data item.
- Source:
Returns:
The data item low value- Type
- Number
-
getValue() → {Number}
-
Returns the value of a spark chart data item.
- Source:
Returns:
The data item value- Type
- Number