[]
        
(Showing Draft Content)

Wijmo_Chart.Axiscollection

AxisCollection クラス

FlexChart コントロールのAxis オブジェクトのコレクションを表します。

階層

  • any
    • AxisCollection

メソッド

メソッド

getAxis

  • getAxis(name: string): Axis
  • 名前によって軸を取得します。

    引数

    • name: string

      検索する軸の名前。

    戻り値 Axis

    The axis object with the specified name, or null if not found.

indexOf

  • indexOf(name: string): number
  • 名前によって軸のインデックスを取得します。

    引数

    • name: string

      検索する軸の名前。

    戻り値 number

    The index of the axis with the specified name, or -1 if not found.