[]
        
(Showing Draft Content)

Wijmo_Chart.Datapoint

DataPoint クラス

データポイントを(x座標とy座標で)表すクラス。

X座標とY座標は、数値またはDateオブジェクト(時間ベースのデータの場合)として指定できます。

階層

コンストラクタ

プロパティ

コンストラクタ

constructor

  • DataPoint クラスの新しいインスタンスを初期化します。

    引数

    • オプション x: any

      新しいDataPointのX 座標。

    • オプション y: any

      新しいDataPointのY 座標。

    戻り値 DataPoint

プロパティ

x

x: any

このDataPoint のX座標値を取得または設定します。

y

y: any

このDataPoint のY座標値を取得または設定します。