バージョン

StepLineLayer コンストラクタ(IChartComponent,ChartCore,Boolean)

StepLineLayerコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore, _
   ByVal f As Boolean _
)
public StepLineLayer( 
   IChartComponent component,
   ChartCore core,
   bool f
)

パラメータ

component
使用するUltraChartコンポーネント。
core
このレイヤーを処理するチャートコアへの参照。
f
このStepLineLayer上の領域にデータを供給するかどうか。
参照