バージョン

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

オフセット点を指定する親プリミティブを使用して、注釈を SceneGraph の指定した描出点に描出します。
シンタックス
'宣言
 
Public Overloads MustOverride Sub RenderAnnotation( _
   ByVal scene As SceneGraph, _
   ByVal renderPoint As Point, _
   ByVal offsetParent As Primitive _
) 
public abstract void RenderAnnotation( 
   SceneGraph scene,
   Point renderPoint,
   Primitive offsetParent
)

パラメータ

scene
SceneGraph への参照。チャートに表示するプリミティブのコレクションを含みます。
renderPoint
現在の注釈の描出点として割り当てられたポイント。
offsetParent
現在の注釈のオフセット点として割り当てられた親プリミティブ。
参照