Class BOBChartAnnotation
Base class for chart annotations. Closed hierarchy - derive only the specialized types provided by the framework. All concrete subclasses share the optional Color override (when null, falls back to the chart theme's accent color).
public abstract class BOBChartAnnotation
- Inheritance
-
objectBOBChartAnnotation
- Derived
Constructors
BOBChartAnnotation()
protected BOBChartAnnotation()
Properties
Color
Optional color override (CSS color value). When null, the annotation uses the chart's default accent token.
public string? Color { get; init; }
Property Value
- string
CssClass
Optional CSS class appended to the annotation element.
public string? CssClass { get; init; }
Property Value
- string