バージョン

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

特定のプリミティブのPaintElementを取得します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetPE( _
   ByVal prim As Primitive, _
   ByVal point As IDataPoint, _
   ByVal series As ISeries, _
   ByVal swapRowsAndColumns As Boolean _
) As PaintElement
public override PaintElement GetPE( 
   Primitive prim,
   IDataPoint point,
   ISeries series,
   bool swapRowsAndColumns
)

パラメータ

prim
このPaintElementが割り当てられるPrimitive。
point
現在のDataPoint
series
現在のSeries
swapRowsAndColumns
このPaintElementを取得するためにロジックの行と列を入れ替えるかどうか。

戻り値の型

特定のPrimitiveに割り当てるPaintElement。
参照