Horizontal Bar Gaph
Posted: Fri Jul 15, 2011 4:08 pm
Is it possible to have the scale of the Horizontal Bar Graph at the top of the graph rather than the bottom
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
HorizBar horizBar = new HorizBar(tChart1.Chart);
horizBar.FillSampleValues();
horizBar.HorizAxis = HorizontalAxis.Top;