constructor(chart: FlexChartCore, options?): AnnotationLayer
AnnotationLayer クラスの新しいインスタンスを初期化します。
A chart to which the AnnotationLayer is attached.
A JavaScript object containing initialization data for AnnotationLayer.
getItem(name: string): AnnotationBase
AnnotationLayer 内の注釈要素を名前に基づいて取得します。
The annotation's name.
getItems(name: string): Array
AnnotationLayer 内の複数の注釈要素を名前に基づいて取得します。
The annotations' name.
FlexChart およびFinancialChart の注釈レイヤを表します。
AnnotationLayerには、テキスト、線、画像、四角形など、さまざまな注釈要素の コレクションが含まれます。 AnnotationLayer を使用するには、注釈を作成し、それをレイヤのitemsプロパティに追加します。