T O P I C R E V I E W |
juilinlee |
Posted - 06 Dec 2010 : 14:06:36 Currently I have a new request to show Y Axis label on each scale. Could you show me how to setup the Y Axis Label for displaying number on each scale? For example: A chart has two labels on (12.0, 11.5) on Y axis. Could I have label on 11.0,11.2,11,4,11.6,11.8,12.0 on Y axis?
Thanks
Rick
|
3 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
Posted - 07 Dec 2010 : 22:25:21 Sorry if you did not receive our reply.
If you were to create a chart from scratch, using our QCChart2D routines, you would be able to adjust the tick marks like you describe. But when it comes to the QCSPCChart templates, like SPCBatchVariableControlChart class, it relies on our axis auto-scale routines to choose the tick mark spacing and labeling, and this cannot be changed. That is why we needed to know how you were creating the chart. |
juilinlee |
Posted - 07 Dec 2010 : 21:09:21 Actually, I didn't get your reply last week by e-mail.
Here is the example. 1. If you can use the example code from examples folder, and execute it.
~\Program Files\QCSPCCHART\Quinn-Curtis\DotNet\QCSPCChart\Visual CSharp\examples\BatchVariableControlCharts
2. Select Variable Control Charts tab. 3. You will see Y Axis label only has three scales on 25, 30 and 35 for the MEAN chart. 4. Is there any why that display Y Axis label with auto scale starting at 24.6, 24.8, 25, 25.2, 25.4, and ending at 35.4?
|
quinncurtis |
Posted - 06 Dec 2010 : 15:18:41 You send us this question in an e-mail last week. Our reply is the same.
Please clarify, how exactly are you creating this chart? Show the code. |
|
|