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

    Interface AggregationGraphLineAnnotation

    ラインアノテーション定義

    interface AggregationGraphLineAnnotation {
        borderColor?: string;
        borderStyle?: string;
        borderWidth?: number;
        display?: boolean;
        endValue?: number;
        label?: AggregationGraphAnnotationLabel;
        scaleID?: string;
        type: "line";
        value?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    borderColor?: string

    枠線色

    borderStyle?: string

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

    borderWidth?: number

    枠線幅

    display?: boolean

    表示フラグ

    endValue?: number

    終了値

    ラベル

    scaleID?: string

    スケールID

    type: "line"

    アノテーション種別: ライン

    value?: number