バージョン

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

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

パラメータ

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

「子」注釈のデフォルト描出点がこの線の描出点として使用されます。

参照