Class BOBChartGaugeSegment
Colored segment of a BOBGaugeChart arc track.
Defines a fixed sub-range [From, To] inside
the gauge's [Min, Max] domain. Useful to indicate
thresholds visually (green / amber / red zones).
public sealed class BOBChartGaugeSegment
- Inheritance
-
objectBOBChartGaugeSegment
Constructors
BOBChartGaugeSegment()
public BOBChartGaugeSegment()
Properties
Color
Fill / stroke color (CSS).
public string Color { get; init; }
Property Value
- string
From
Inclusive lower bound on the gauge domain.
public double From { get; init; }
Property Value
- double
Label
Optional label for accessibility / tooltip.
public string? Label { get; init; }
Property Value
- string
To
Inclusive upper bound on the gauge domain.
public double To { get; init; }
Property Value
- double