Page 1 of 1
3D chart loses axes
Posted: Mon Jul 01, 2013 2:41 pm
by 15664347
Dear,
When I add more then 25 lines in my chart which all have only 1 point, my 3D chart looks strange.
This my code:
Code: Select all
chartToTest.Aspect.View3D = true;
for (int i = 0; i < 30; i++)
{
Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line(chartToTest.Chart);
line.Pointer.Visible = true;
line.Add(0, "");
}
Kind regards
Re: 3D chart loses axes
Posted: Tue Jul 02, 2013 8:46 am
by 10050769
Hello OMP,
Using your code with latest maintenance release of TeeChartFor.Net ( Build 4.1.2013.05281):
Code: Select all
private void InitializeChart()
{
// tChart1.Dock = DockStyle.Fill;
for (int i = 0; i < 30; i++)
{
Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line(tChart1.Chart);
line.Pointer.Visible = true;
line.Add(0, "");
}
}
I have gotten next results where your problem doesn't appear.
- TestAxes.jpg (51.95 KiB) Viewed 11448 times
Could you please tell us which version of TeeChartFor.Net are you using?
Thanks,
Re: 3D chart loses axes
Posted: Tue Jul 02, 2013 10:20 am
by 15664347
I have downloaded the latest version (4.1.2013.5282) and tried it again, but the issue still remains.
Regards
Re: 3D chart loses axes
Posted: Tue Jul 02, 2013 12:09 pm
by 10050769
Hello OMP,
Could you please send us your project because we can try to reproduce your problem here, so, using your attached code it doesn't appears for me?
Thanks,
Re: 3D chart loses axes
Posted: Tue Jul 02, 2013 1:07 pm
by 15664347
When I was making the test project, I have noticed that it depends on the size of the window and the number of lines that are used.
In the test project I couldn't reproduce it with 30 lines, but when 50 lines are used, the issue is still there.
I will send the test project to support.
Re: 3D chart loses axes
Posted: Tue Jul 02, 2013 1:23 pm
by narcis
Hello,
OMP wrote:
I will send the test project to support.
I have edited your email because you posted the
Pro Support email address. You can either attach your project here or post it at
www.steema.net/upload/
Thanks in advance.
Re: 3D chart loses axes
Posted: Tue Jul 02, 2013 1:56 pm
by 15664347
I've attached the project here now. My apologies for the misunderstanding.
Re: 3D chart loses axes
Posted: Wed Jul 03, 2013 10:18 am
by 10050769
Hello OMP,
We consider it as an enhancement and for this reason we have added it in wish-list with number [TF02016632] to we will consider its inclusion in future maintenance releases of TeechartFor.Net.
Thanks,