RangeBarReferenceProperties
Optional reference value drawn as a second marker on a Range Bar track, together with its marker styling.
TypeScript
export interfaceProperties
| Property | Type | Description | Default |
|---|---|---|---|
| Marker | BarStyleMarker | Visual style of the reference marker. | { Shape: 'Line', Color: 'var(--ab-color-foreground)', Size: 2 } |
| Value | RangeBarBound | Resolvable reference value (number / column id / 'Col-Min' | 'Col-Max' | 'Col-Avg' | 'Col-Median'). Same forms as RangeBarStyle.Min / Max. |
Property Details
Marker
Visual style of the reference marker.
TypeScript
Marker?: BarStyleMarker;Default Value
{ Shape: 'Line', Color: 'var(--ab-color-foreground)', Size: 2 }
Property Value
Value
Resolvable reference value (number / column id / 'Col-Min' | 'Col-Max' | 'Col-Avg' | 'Col-Median'). Same forms as RangeBarStyle.Min / Max.
TypeScript
Value: RangeBarBound;