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

AnnotationLayerの楕円注釈を表します。

コンストラクタ

プロパティ

メソッド

コンストラクタ

constructor

constructor(options?: any): Ellipse

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

パラメーター
戻り値
Ellipse

プロパティ

attachment

注釈の添付方法を取得または設定します。

継承元
AnnotationBase
AnnotationAttachment

content

注釈のテキストを取得または設定します。

継承元
Shape
string

height

Ellipse注釈の高さを取得または設定します。

number

isVisible

注釈の表示/非表示を取得または設定します。

継承元
AnnotationBase
boolean

name

注釈の名前を取得または設定します。

継承元
AnnotationBase
string

offset

pointからの注釈のオフセットを取得または設定します。

継承元
AnnotationBase
Point

point

注釈のポイントを取得または設定します。ポイントの座標は、attachment プロパティに依存します。詳細は、AnnotationAttachment を参照してください。

継承元
AnnotationBase
DataPoint

pointIndex

注釈のデータポイントインデックスを取得または設定します。 attachment プロパティがDataIndexに設定されている場合にのみ適用されます。

継承元
AnnotationBase
number

position

注釈の位置を取得または設定します。位置は、point に対する相対的な位置です。

継承元
AnnotationBase
AnnotationPosition

seriesIndex

注釈のデータ系列インデックスを取得または設定します。 attachment プロパティがDataIndexに設定されている場合にのみ適用されます。

継承元
AnnotationBase
number

style

注釈のスタイルを取得または設定します。

継承元
AnnotationBase
any

tooltip

注釈のツールチップを取得または設定します。

継承元
AnnotationBase
string

width

Ellipse注釈の幅を取得または設定します。

number

メソッド

destroy

destroy(): void

この注釈を破棄します。

継承元
AnnotationBase
戻り値
void

render

render(engine: IRenderEngine): void

この注釈をレンダリングします。

パラメーター
継承元
AnnotationBase
戻り値
void