型・APIリファレンス
    Preparing search index...

    Interface AggregationGraphBoxAnnotation

    ボックスアノテーション定義

    interface AggregationGraphBoxAnnotation {
        backgroundColor?: string;
        borderColor?: string;
        borderStyle?: string;
        borderWidth?: number;
        display?: boolean;
        label?: AggregationGraphAnnotationLabel;
        type: "box";
        xmax?: number;
        xmin?: number;
        ymax?: number;
        ymin?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundColor?: string

    背景色

    borderColor?: string

    枠線色

    borderStyle?: string

    ボーダースタイル('SOLID' | 'DASHED')

    borderWidth?: number

    枠線幅

    display?: boolean

    表示フラグ

    ラベル

    type: "box"

    アノテーション種別: ボックス

    xmax?: number

    X軸最大値

    xmin?: number

    X軸最小値

    ymax?: number

    Y軸最大値

    ymin?: number

    Y軸最小値