OPEN_GRID API - v1.5.2
    Preparing search index...

    Interface ChartPoint

    차트 포인트(히트테스트/클릭 대상).

    Chart point (hit-test/click target).

    チャートのポイント(ヒットテスト/クリックの対象)。

    图表的点(命中测试/点击的目标)。

    interface ChartPoint {
        category: string;
        index: number;
        rowId?: string;
        seriesName: string;
        value: number | null;
    }
    Index

    Properties

    category: string

    카테고리 라벨.

    Category label.

    カテゴリーのラベル。

    类别的标签。

    index: number

    카테고리 인덱스.

    Category index.

    カテゴリーのインデックス。

    类别的索引。

    rowId?: string

    원본 행 stable id(있으면).

    Source row stable id (if any).

    元の行の stable id(あれば)。

    源行的 stable id(如果有)。

    seriesName: string

    시리즈 이름.

    Series name.

    シリーズの名前。

    系列的名称。

    value: number | null

    값(결측 null).

    Value (null if missing).

    値(欠測は null)。

    值(缺失为 null)。