You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Tee Namespace > Classes > QCSeries Class > QCSeries Properties > QCSeries.UCL Property
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
QCSeries.UCL Property

Defines Quality Control Chart Upper Control Limit.

Syntax
C#
Visual Basic
public double UCL;

Create and setup quality control style.

using Dew.Stats.Tee; using Steema.TeeChart; QCSeries ser; tChart1.Series.Clear(); tChart1.Series.Add(ser=new QCSeries()); ser.CL = 5; ser.LCL = 12.3; ser.UCL = 2.34; ser.TextNumericFormat = "0.00"; ser.Chart = tChart.Chart;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!