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 Java
 QCSPCChart SPC for Java
 String on the X-axisof SPCBatchVariableControlCht
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

bhairavm

1 Posts

Posted - 18 Aug 2008 :  00:56:06  Show Profile  Reply with Quote
We are trying to display Lot# on SPC chart X axis. Is there a way to display string on X axis of the chart where counter (1,2,3....) etc or Date/Time is displayed.

Any prompt help into this will be appreciated.

We tried to put String (Lot#) that is applicable to each datapoint read from the database and plotted on SPC chart on X axis but we werent able to do that.

Bhairav Mehta

quinncurtis

1586 Posts

Posted - 18 Aug 2008 :  09:06:53  Show Profile  Reply with Quote
You can't add the word "Lot #" as part of the x-axis label, i.e. "Lot #2". You can add an x-axis title, immediately below the x-axis labels, that says "Lot #". First set the string value, then enable the particular charts XAxisTitle, because it is disabled by default.

primaryChart.getXAxisTitle().setTextString( "Lot #");
primaryChart.getXAxisTitle().setChartObjEnable(ChartConstants.OBJECT_ENABLE);

secondaryChart.getXAxisTitle().setTextString( "Lot #");
secondaryChart.getXAxisTitle().setChartObjEnable(ChartConstants.OBJECT_ENABLE);
Go to Top of Page
  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