Skip to content

GGraphBar

type: String
required: true

The value key in the data source to use for the bar. if baseValue is not null, the bar will start at the value defined by valueKey and end with the value defined by baseValue. or else the bar will be the space between the value and bottom of graph area.

Example when valueKey set to close and baseValue is not set
chart view

type: double?
required: false
default: null

Fixed base value for the bar.
if this is not null, the bar will start at the value defined by valueKey and end with this base value.

Example when valueKey set to close and baseValue set to 200
chart view

See GGraph for inherited properties.