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 Microsoft .Net & .Net Compact Framework
 SPC Control Chart Tools for .Net
 Centering the Ticks under the ParetoChart BarPlots
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ghinojosa

14 Posts

Posted - 27 Jun 2006 :  19:26:03  Show Profile  Reply with Quote
I'm trying to center the major tick marks under the BarPlot of the ParetoChart. Currently the major tick marks (and because of that, the XAxisLabels as well) appear at the left of every BarPlot.

I would like to display them on the center, just like the PareroChart displayed on page 255 and 261 of the QCSPCChartNetManual.pdf. What I really want is to center the xAxisLabels, but I read that in order to do that I must center the major tick marks first (is this right?)

Thanks in advance.

quinncurtis

1164 Posts

Posted - 28 Jun 2006 :  10:02:28  Show Profile  Reply with Quote
Change the XAxis.AxisTickOrigin property after the BuillGraph call. That will place the label in the center of the first bar.


.
.
.
this.AddCategoryItem(27, "Holes");
this.AddCategoryItem(8, "Stains");
this.MainTitle.TextString = "Pareto Diagram of Defects";
this.BuildChart();

this.XAxis.AxisTickOrigin = 0.5;
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07