バージョン

RenderPointsToScene(LineChartAppearance,SceneGraph,PrimitiveCollection,Int32,Int32) メソッド

折れ線チャートの線の形として、特定の点セットをSceneGraphに描画します。
シンタックス
'宣言
 
Protected Overloads Overridable Sub RenderPointsToScene( _
   ByVal lineApp As LineChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal pointsForLineUnderConstruction As PrimitiveCollection, _
   ByVal row As Integer, _
   ByVal baseLineDataMapped As Integer _
) 
protected virtual void RenderPointsToScene( 
   LineChartAppearance lineApp,
   SceneGraph scene,
   PrimitiveCollection pointsForLineUnderConstruction,
   int row,
   int baseLineDataMapped
)

パラメータ

lineApp
この折れ線チャートに影響する設定を含むLineChartAppearance。
scene
プリミティブの追加先のSceneGraph。
pointsForLineUnderConstruction
構築中の線の点。
row
現在の行インデックス。
baseLineDataMapped
チャートのベースラインのマップされたY座標。
参照