バージョン

GetPE(Primitive,IDataPoint,ISeries) メソッド

特定のパラメーターを使用し、プリミティブのPaintElementを取得します。
シンタックス
'宣言
 
Protected Overloads Overridable Function GetPE( _
   ByVal prim As Primitive, _
   ByVal point As IDataPoint, _
   ByVal series As ISeries _
) As PaintElement
protected virtual PaintElement GetPE( 
   Primitive prim,
   IDataPoint point,
   ISeries series
)

パラメータ

prim
PaintElementを取得するプリミティブ。
point
PaintElementを取得するDataPoint。
series
PaintElementを取得するSeries。

戻り値の型

プリミティブの適切なPaintElement。
参照