ASP.NET MVC コントロールヘルプ
AnnotationLayer クラス
ファイル
wijmo.chart.annotation.js
モジュール
wijmo.chart.annotation

FlexChart およびFinancialChart の注釈レイヤを表します。

AnnotationLayerには、テキスト、線、画像、四角形など、さまざまな注釈要素の コレクションが含まれます。 AnnotationLayer を使用するには、注釈を作成し、それをレイヤのitemsプロパティに追加します。

コンストラクタ

プロパティ

メソッド

コンストラクタ

constructor

constructor(chart: FlexChartCore, options?): AnnotationLayer

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

パラメーター
戻り値
AnnotationLayer

プロパティ

items

AnnotationLayer内の注釈要素のコレクションを取得します。

ObservableArray

メソッド

getItem

getItem(name: string): AnnotationBase

AnnotationLayer 内の注釈要素を名前に基づいて取得します。

パラメーター
  • name: string

    The annotation's name.

戻り値
AnnotationBase

getItems

getItems(name: string): Array

AnnotationLayer 内の複数の注釈要素を名前に基づいて取得します。

パラメーター
  • name: string

    The annotations' name.

戻り値
Array