Table of Contents

Class BOBChartBandAnnotation<TX>

Namespace
BlazOrbit.Charts.Models
Assembly
BlazOrbit.Charts.dll

Vertical band spanning the full plot height between two X domain values (highlights an interval - outage window, market hours, experiment phase). Set ToX equal to FromX for a single vertical guide line.

public sealed class BOBChartBandAnnotation<TX> : BOBChartAnnotation where TX : notnull

Type Parameters

TX

X-axis domain type.

Inheritance
object
BOBChartBandAnnotation<TX>
Inherited Members

Constructors

BOBChartBandAnnotation()

public BOBChartBandAnnotation()

Properties

FillOpacity

Fill opacity 0..1. Default 0.15.

public double FillOpacity { get; init; }

Property Value

double

FromX

Left edge in domain space.

public TX FromX { get; init; }

Property Value

TX

Label

Optional label rendered horizontally-centered at the top of the band.

public string? Label { get; init; }

Property Value

string

ToX

Right edge in domain space.

public TX ToX { get; init; }

Property Value

TX