RangeBarReferenceProperties

Optional reference value drawn as a second marker on a Range Bar track, together with its marker styling.

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
MarkerBarStyleMarkerVisual style of the reference marker.{ Shape: 'Line', Color: 'var(--ab-color-foreground)', Size: 2 }
ValueRangeBarBoundResolvable 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

BarStyleMarker

Value

Resolvable reference value (number / column id / 'Col-Min' | 'Col-Max' | 'Col-Avg' | 'Col-Median'). Same forms as RangeBarStyle.Min / Max.

TypeScript
Value: RangeBarBound;
Property Value

RangeBarBound