Search found 13 matches

by micropross
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
by micropross
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...
by micropross
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
by micropross
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
by micropross
Wed Nov 10, 2010 12:52 pm
Forum: .NET
Topic: tower 3D
Replies: 8
Views: 6670

Re: tower 3D

what about Depth axis.
where can i enter the text to appear on the axis
by micropross
Tue Nov 09, 2010 5:04 pm
Forum: .NET
Topic: tower 3D
Replies: 8
Views: 6670

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
by micropross
Tue Nov 09, 2010 2:25 pm
Forum: .NET
Topic: tower 3D
Replies: 8
Views: 6670

Re: tower 3D

thank you very mush narcis

this exemple works well
by micropross
Tue Nov 09, 2010 1:05 pm
Forum: .NET
Topic: tower 3D
Replies: 8
Views: 6670

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
by micropross
Thu Nov 04, 2010 5:33 pm
Forum: .NET
Topic: tower 3D
Replies: 8
Views: 6670

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
by micropross
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
by micropross
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.
by micropross
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...
by micropross
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,