点击或拖拽改变大小

ScatterSeries 构造函数 (ChartYAxisValueCollectionChartYAxisValue, String, ScatterChartScatterShape, Single)

初始化 ScatterSeries 类的一个新实例

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public ScatterSeries(
	ChartYAxisValueCollection<ChartYAxisValue> yVals,
	string label,
	ScatterChartScatterShape shape,
	float shapeSize
)

参数

yVals
类型:Smobiler.Core.ControlsChartYAxisValueCollectionChartYAxisValue

[缺少 "M:Smobiler.Core.Controls.ScatterSeries.#ctor(Smobiler.Core.Controls.ChartYAxisValueCollection{Smobiler.Core.Controls.ChartYAxisValue},System.String,Smobiler.Core.Controls.ScatterChart.ScatterShape,System.Single)" 的 <param name="yVals"/> 文档]

label
类型:SystemString

[缺少 "M:Smobiler.Core.Controls.ScatterSeries.#ctor(Smobiler.Core.Controls.ChartYAxisValueCollection{Smobiler.Core.Controls.ChartYAxisValue},System.String,Smobiler.Core.Controls.ScatterChart.ScatterShape,System.Single)" 的 <param name="label"/> 文档]

shape
类型:Smobiler.Core.ControlsScatterChartScatterShape

[缺少 "M:Smobiler.Core.Controls.ScatterSeries.#ctor(Smobiler.Core.Controls.ChartYAxisValueCollection{Smobiler.Core.Controls.ChartYAxisValue},System.String,Smobiler.Core.Controls.ScatterChart.ScatterShape,System.Single)" 的 <param name="shape"/> 文档]

shapeSize
类型:SystemSingle

[缺少 "M:Smobiler.Core.Controls.ScatterSeries.#ctor(Smobiler.Core.Controls.ChartYAxisValueCollection{Smobiler.Core.Controls.ChartYAxisValue},System.String,Smobiler.Core.Controls.ScatterChart.ScatterShape,System.Single)" 的 <param name="shapeSize"/> 文档]

参见