Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Javascript/Typescript
 QCSPCChart for Javascript/Typescript
 Changing y-axis labels of charts

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
quinncurtis Posted - 11 Nov 2020 : 11:47:27
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.

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07