GGraphArea
Properties
Section titled “Properties”valueKey
Section titled “valueKey”type: String
required: true
The value key in the data source to use for the area.
if baseValueKey or baseValue is not null, the area will be the space between the value defined by valueKey and the value defined by baseValueKey or baseValue.
or else the area will be the space between the value and bottom of graph area.
Example when both baseValueKey and baseValue are not set
baseValue
Section titled “baseValue”type: double?
required: false
default: null
Fixed base value for the area.
if this is not null, the area will be the space between the value defined by valueKey and this base value.
Example when valueKey set to high and baseValue set to 200
baseValueKey
Section titled “baseValueKey”type: String?
required: false
default: null
The value key in the data source to use as the base value for the area.
if this is not null, the area will be the space between the value defined by valueKey and the value defined by this key.
Example when valueKey set to high and baseValueKey set to low
Inherited properties
Section titled “Inherited properties”See GGraph for inherited properties.