You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Tee Namespace
>
Classes
>
QCSeries Class
>
QCSeries Properties
>
QCSeries.TextNumericFormat Property
Dew Stats for .NET
Example
QCSeries.TextNumericFormat Property
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.
Contents
|
Index
|
Home