バージョン

ScatterLineChart プロパティ

散布図 - 折れ線チャートのすべての書式設定プロパティにアクセスする際に使用できるAppearanceオブジェクトを返します。
シンタックス
'宣言
 
Public Property ScatterLineChart As ScatterLineAppearance
public ScatterLineAppearance ScatterLineChart {get; set;}
使用例
'gives access to the line chart proeprties, see line chart documentation
'UltraChart1.ScatterLineChart.Line
'grants access to the data object for the line chart, see DataAppearance object
'UltraChart1.ScatterLineChart.LineData
'grants access to the scatter chart properties, see Scatter Chart object
'UltraChart1.ScatterLineChart.Scatter
'grants access to the Data Object for the scatter chart, see DataAppearance Object
'UltraChart1.ScatterLineChart.ScatterData
// gives access to the line chart proeprties, see line chart documentation
     // ultrachart1.scatterlinechart.line
     // grants access to the data object for the line chart, see DataAppearance object
     // ultrachart1.scatterlinechart.linedata
     // grants access to the scatter chart properties, see Scatter Chart object
     // ultrachart1.scatterlinechart.scatter
     // grants access to the Data Object for the scatter chart, see DataAppearance Object
     // ultrachart1.scatterlinechart.scatterdata
参照