バージョン

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

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

パラメータ

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