Search found 13 matches
- Mon Nov 29, 2010 1:40 pm
- Forum: .NET
- Topic: LegendScrollBar issues
- Replies: 2
- Views: 3262
Re: LegendScrollBar issues
Thanks, I will wait for the next release then
- Mon Nov 29, 2010 9:21 am
- Forum: .NET
- Topic: LegendScrollBar issues
- Replies: 2
- Views: 3262
LegendScrollBar issues
Hello, I have some trouble using the LegendScrollBar component. 1. I use an inverted legend, and I've noticed the scroll bar cannot be inverted. So the behavior of the scroll bar is a bit confusing. Is there a way to force the inversion of the scrollbar ? 2. When I try to change the color of the arr...
- Wed Nov 17, 2010 2:00 pm
- Forum: .NET
- Topic: Numeric gauge size
- Replies: 3
- Views: 3756
Re: Numeric gauge size
hi,
i can't reduce characters height. it look limited
thanks
i can't reduce characters height. it look limited
thanks
- Mon Nov 15, 2010 2:23 pm
- Forum: .NET
- Topic: Numeric gauge size
- Replies: 3
- Views: 3756
Numeric gauge size
hi,
Is there a method to resize a numeric gauge ( width,length)?
thank
Is there a method to resize a numeric gauge ( width,length)?
thank
Re: tower 3D
what about Depth axis.
where can i enter the text to appear on the axis
where can i enter the text to appear on the axis
Re: tower 3D
i have another question ,
for a big values for x and Y the tower look very thin . i modified the percent width and depth to 100% but the tower remains very thin.
is there a method to modifie that?
thanks
for a big values for x and Y the tower look very thin . i modified the percent width and depth to 100% but the tower remains very thin.
is there a method to modifie that?
thanks
Re: tower 3D
thank you very mush narcis
this exemple works well
this exemple works well
Re: tower 3D
hi Narcis
exemple :
Random r = new Random(1000);
this.towerSeries1.Clear();
for (int x=1; x<=1000; x = x+100)
for (int z=1; z<=10; z++)
this.towerSeries1.Add(x,r.Next(1000)-100,z);
this code generate a System.NullReferenceException.
thanks
exemple :
Random r = new Random(1000);
this.towerSeries1.Clear();
for (int x=1; x<=1000; x = x+100)
for (int z=1; z<=10; z++)
this.towerSeries1.Add(x,r.Next(1000)-100,z);
this code generate a System.NullReferenceException.
thanks
tower 3D
Hi
i try to plot a tower graph, but i have an error for a big values of X axes.
is there an limitation value for X axes ?
thanks
i try to plot a tower graph, but i have an error for a big values of X axes.
is there an limitation value for X axes ?
thanks
- Wed Nov 03, 2010 3:25 pm
- Forum: .NET
- Topic: TeeChart for .NET DSP Assemblies / SlimDX
- Replies: 7
- Views: 6445
Re: TeeChart for .NET DSP Assemblies / SlimDX
Hello,
Ok thank you for your answer.
But how can I use this Direct2D feature with the source code version of TeeChart ?
Thanks
Ok thank you for your answer.
But how can I use this Direct2D feature with the source code version of TeeChart ?
Thanks
- Fri Oct 15, 2010 1:13 pm
- Forum: .NET
- Topic: TeeChart for .NET DSP Assemblies / SlimDX
- Replies: 7
- Views: 6445
Re: TeeChart for .NET DSP Assemblies / SlimDX
I have forgotten to mention that I use DirectX9c on win XP. It may be the source of my troubles....
The demo project fails to launch too.
The demo project fails to launch too.
- Thu Oct 14, 2010 1:01 pm
- Forum: .NET
- Topic: TeeChart for .NET DSP Assemblies / SlimDX
- Replies: 7
- Views: 6445
Re: TeeChart for .NET DSP Assemblies / SlimDX
Hi, I have downloaded the binaries of TeeChart for digital processing and have two more questions : 1 ) Using TeeChart component with Direct2D enabled, I always get a System.Runtime.InteropServices.SEHException. Any Thought ? 2 ) When point 1) was solved, how including the direct2D canvas/render int...
- Wed Oct 13, 2010 4:23 pm
- Forum: .NET
- Topic: TeeChart for .NET DSP Assemblies / SlimDX
- Replies: 7
- Views: 6445
TeeChart for .NET DSP Assemblies / SlimDX
Hello,
I have downloaded and tested the provided sample. How can I take benefit of SlimDx and direct 2D into TeeChart.Net (4.1.2010.09280). Must I write my own canvas ?
Thanks,
I have downloaded and tested the provided sample. How can I take benefit of SlimDx and direct 2D into TeeChart.Net (4.1.2010.09280). Must I write my own canvas ?
Thanks,