Table of Contents

Class ControlChartAnalysisResult

Namespace
CMS.Plugin.SPCAnalysis.Abstractions.Models
Assembly
CMS.Plugin.SPCAnalysis.Abstractions.dll

控制图分析结果

public class ControlChartAnalysisResult
Inheritance
ControlChartAnalysisResult
Inherited Members

Properties

AnomalyPoints

判异点详情

public List<AnomalyPointResult> AnomalyPoints { get; set; }

Property Value

List<AnomalyPointResult>

CL

中心线

public string CL { get; set; }

Property Value

string

ChartTitle

控制台左上角显示的标题,不同情况会存在不一样的标题

public string ChartTitle { get; set; }

Property Value

string

LCL

控制下线

public string LCL { get; set; }

Property Value

string

LSL

规格下限

public string LSL { get; set; }

Property Value

string

UCL

控制上限

public string UCL { get; set; }

Property Value

string

USL

规格上限

public string USL { get; set; }

Property Value

string

XAxis

X轴数据

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

Property Value

List<double>

YAxis

Y轴数据:对应样本点的(样本值、或组内均值、或移动极差值、或极差值、或标准极差值

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

Property Value

List<double?>