BulletChartTargetDefinition

Object form of a Bullet Chart target, used when a single target needs to override the chart-level marker styling.

TypeScript
export interface

Properties

PropertyTypeDescription
LabelstringOptional label displayed in the tooltip alongside the marker value.
MarkerBarStyleMarkerPer-target marker override. Falls back to BulletChartTargetProperties.Marker.
Valuenumber | string | 'Col-Avg' | 'Col-Median'Resolvable value: number, column id, Col-Avg or Col-Median.

Property Details

Label

Optional label displayed in the tooltip alongside the marker value.

TypeScript
Label?: string;
Property Value

string

Marker

Per-target marker override. Falls back to BulletChartTargetProperties.Marker.

TypeScript
Marker?: BarStyleMarker;
Property Value

BarStyleMarker

Value

Resolvable value: number, column id, Col-Avg or Col-Median.

TypeScript
Value: number | string | 'Col-Avg' | 'Col-Median';
Property Value

number | string | 'Col-Avg' | 'Col-Median'