Search found 2 matches

by Jamie
Mon Oct 17, 2011 10:28 am
Forum: .NET
Topic: Positioning Axes
Replies: 3
Views: 3726

Re: Positioning Axes

Hi Sandra Thank you for your help. The tutorial did contain what i needed. Specifically this piece of code: private void line1_BeforeDrawValues(object sender, Steema.TeeChart.Drawing.Graphics3D g) int posAxis = 0; if(tChart1.Axes.Left.Maximum > 0) tChart1.Axes.Left.Draw(g.ChartXCenter - 10,g.ChartXC...
by Jamie
Tue Oct 11, 2011 8:26 am
Forum: .NET
Topic: Positioning Axes
Replies: 3
Views: 3726

Positioning Axes

Hi Guys Using TeeChart for .NET 2010 I'm plotting a line graph and would like to position the bottom and left axes so that they intersect the chart over the centre and form a cross. teechart.PNG I've achieved what is in the attached image by positioning the axes with the following: chart1.Axes.Botto...