[]
        
(Showing Draft Content)

Wijmo_Chart.Plotareacollection

PlotAreaCollection クラス

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

階層

  • any
    • PlotAreaCollection

メソッド

メソッド

getPlotArea

  • 名前に基づいてプロットエリアを取得します。

    引数

    • name: string

      検索するプロットエリアの名前。

    戻り値 PlotArea

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

indexOf

  • indexOf(name: string): number
  • 名前に基づいてプロットエリアのインデックスを取得します。

    引数

    • name: string

      検索するプロットエリアの名前。

    戻り値 number

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