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

    Interface AggregationGraphPointAnnotation

    ポイントアノテーション定義

    interface AggregationGraphPointAnnotation {
        backgroundColor?: string;
        borderColor?: string;
        borderStyle?: string;
        borderWidth?: number;
        display?: boolean;
        radius?: number;
        type: "point";
        xValue?: number;
        yValue?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundColor?: string

    背景色

    borderColor?: string

    枠線色

    borderStyle?: string

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

    borderWidth?: number

    枠線幅

    display?: boolean

    表示フラグ

    radius?: number

    半径

    type: "point"

    アノテーション種別: ポイント

    xValue?: number

    X値

    yValue?: number

    Y値