Class DistributionPlotModel
- Namespace
- CMS.Plugin.SPCAnalysis.Abstractions.Models
- Assembly
- CMS.Plugin.SPCAnalysis.Abstractions.dll
分布图
public class DistributionPlotModel
- Inheritance
-
DistributionPlotModel
- Inherited Members
Properties
DottedLineYAxis
Y轴数据:虚线(组内)
public List<double> DottedLineYAxis { get; set; }
Property Value
LSL
规格下限
public double LSL { get; set; }
Property Value
SolidLineYAxis
Y轴数据:实线(整体)
public List<double> SolidLineYAxis { get; set; }
Property Value
TargetValue
目标值
public double TargetValue { get; set; }
Property Value
USL
规格上限
public double USL { get; set; }
Property Value
XAxis
X轴数据
public List<double> XAxis { get; set; }
Property Value
XInterval
X轴组距
public double XInterval { get; set; }
Property Value
YAxis
Y轴数据:对应X轴的值(柱形图)
public List<double> YAxis { get; set; }