GGraph
Base class for all graphs.
Properties
Section titled “Properties”type: int
required: false
default: 0
The layer of the graph. higher layers are drawn on top of lower layers.
visible
Section titled “visible”type: bool
required: false
default: true
Whether the graph is visible or not. If false, the graph will not be drawn.
highlighted
Section titled “highlighted”type: bool
required: false
default: false
selected
Section titled “selected”type: bool
required: false
default: false
valueViewPortId
Section titled “valueViewPortId”type: String?
required: false
default: ""
hitTestMode
Section titled “hitTestMode”type: GHitTestMode
required: false
default: GHitTestMode.auto
crosshairHighlightValueKeys
Section titled “crosshairHighlightValueKeys”type: List<String>
required: false
default: []
overlayMarkers
Section titled “overlayMarkers”type: List<GMarker>
required: false
default: []
type: GGraphAreaTheme
required: false
default: GGraphAreaTheme()
render
Section titled “render”type: GGraphAreaRender?
required: false
default: GGraphAreaRender()