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

Controls if control limits values are displayed. If true, CL, LCL and UCL values are displayed next to control limit line.

Syntax
C#
Visual Basic
public bool ShowText;

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!