Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Javascript/Typescript
 QCSPCChart for Javascript/Typescript
 Changing y-axis labels of charts
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

quinncurtis

1585 Posts

Posted - 11 Nov 2020 :  11:47:27  Show Profile  Reply with Quote
See the chapter 10 (Regionalization for non-USA English Markets) in the manual about changing default strings.

var oldstring = QCSPCChartTS.SPCChartStrings.setString( QCSPCChartTS.SPCStringEnum.defaultMean,"X_Mean");

oldstring = QCSPCChartTS.SPCChartStrings.setString(QCSPCChartTS.SPCStringEnum.defaultRange, "X_RANGE");

oldstring = QCSPCChartTS.SPCChartStrings.setString(QCSPCChartTS.SPCStringEnum.defaultSigma, "X_SIGMA");

These are static properties and need to be called before any charts are build and displayed on the screen. The SPCChartStrings class can be used to change every string in the software.
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07