'宣言 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