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

    Interface AggregationGraphAnnotationBase

    アノテーション定義の基底

    interface AggregationGraphAnnotationBase {
        borderColor?: string;
        borderStyle?: string;
        borderWidth?: number;
        display?: boolean;
        type: "line" | "box" | "point";
    }

    Hierarchy (View Summary)

    Index

    Properties

    borderColor?: string

    枠線色

    borderStyle?: string

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

    borderWidth?: number

    枠線幅

    display?: boolean

    表示フラグ

    type: "line" | "box" | "point"

    アノテーション種別