Table of Contents

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

List<double>

LSL

规格下限

public double LSL { get; set; }

Property Value

double

SolidLineYAxis

Y轴数据:实线(整体)

public List<double> SolidLineYAxis { get; set; }

Property Value

List<double>

TargetValue

目标值

public double TargetValue { get; set; }

Property Value

double

USL

规格上限

public double USL { get; set; }

Property Value

double

XAxis

X轴数据

public List<double> XAxis { get; set; }

Property Value

List<double>

XInterval

X轴组距

public double XInterval { get; set; }

Property Value

double

YAxis

Y轴数据:对应X轴的值(柱形图)

public List<double> YAxis { get; set; }

Property Value

List<double>