バージョン

RenderPointsToScene(AreaChartAppearance,IList,PrimitiveCollection,Int32,Boolean,Int32,ISeries) メソッド

エリアチャート上の単一領域の形として、特定の点をシーンに描画します。
シンタックス
'宣言
 
Protected Overloads Overridable Sub RenderPointsToScene( _
   ByVal areaApp As AreaChartAppearance, _
   ByVal scene As IList, _
   ByVal pointsForLineUnderConstruction As PrimitiveCollection, _
   ByVal row As Integer, _
   ByVal polygon As Boolean, _
   ByVal baseLineMapped As Integer, _
   ByVal series As ISeries _
) 
protected virtual void RenderPointsToScene( 
   AreaChartAppearance areaApp,
   IList scene,
   PrimitiveCollection pointsForLineUnderConstruction,
   int row,
   bool polygon,
   int baseLineMapped,
   ISeries series
)

パラメータ

areaApp
このチャートの設定を含むAreaChartAppearance。
scene
プリミティブの追加先の SceneGraph。
pointsForLineUnderConstruction
構築中の折れ線ーエリア チャートの点。
row
現在の行インデックス。
polygon
これらの点をポリゴンとして描画するかどうか。
baseLineMapped
このエリアチャートにマップされたベースライン(Y座標)。
series
表示するデータ シリーズ (複合チャート)。
参照