content
注釈のテキストを取得または設定します。
constructor(options?: any): Image
Image 注釈クラスの新しいインスタンスを初期化します。
JavaScript object containing initialization data for the object.
注釈のポイントを取得または設定します。ポイントの座標は、attachment プロパティに依存します。詳細は、AnnotationAttachment を参照してください。
注釈のデータポイントインデックスを取得または設定します。 attachment プロパティがDataIndexに設定されている場合にのみ適用されます。
注釈のデータ系列インデックスを取得または設定します。 attachment プロパティがDataIndexに設定されている場合にのみ適用されます。
render(engine: IRenderEngine): void
この注釈をレンダリングします。
The engine to render annotation.
AnnotationLayerの楕円注釈を表します。