BulletChartTargetDefinition
Object form of a Bullet Chart target, used when a single target needs to override the chart-level marker styling.
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| Label | string | Optional label displayed in the tooltip alongside the marker value. |
| Marker | BarStyleMarker | Per-target marker override. Falls back to BulletChartTargetProperties.Marker. |
| Value | number | 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
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'