バージョン

RenderAnnotation(SceneGraph,Point,Point) メソッド

描出点とオフセット点を指定して、このコールアウト注釈を SceneGraph に描出します。
シンタックス
'宣言
 
Public Overloads Overrides Sub RenderAnnotation( _
   ByVal scene As SceneGraph, _
   ByVal renderPoint As Point, _
   ByVal offsetPoint As Point _
) 
public override void RenderAnnotation( 
   SceneGraph scene,
   Point renderPoint,
   Point offsetPoint
)

パラメータ

scene
SceneGraph への参照。チャートに表示するプリミティブのコレクションを含みます。
renderPoint
現在の注釈のコールアウト基準点として割り当てられた点。
offsetPoint
現在の注釈の吹き出しの左上隅として割り当てられた点。
参照