interface HorizontalAnnotationJson {
    color: undefined | string;
    fill: undefined | "above" | "below";
    label: Input<undefined | string>;
    value: Input<number>;
    visible: undefined | boolean;
    yAxis: undefined | "left" | "right";
}

Hierarchy (view full)

Properties

color: undefined | string
fill: undefined | "above" | "below"
label: Input<undefined | string>
value: Input<number>
visible: undefined | boolean
yAxis: undefined | "left" | "right"

Generated using TypeDoc