Search found 41 matches

by Srinivas Avancha
Thu Nov 20, 2008 2:23 pm
Forum: .NET
Topic: RectangleTool is blocking other tools.
Replies: 11
Views: 11302

Hi Narcís,

I do see the same behavior at my end. I am glad we do not have to split hairs as to why its behaving differently on your side and my side. When will the next release be?

Best Regards
Srinivas.
by Srinivas Avancha
Tue Nov 18, 2008 4:29 pm
Forum: .NET
Topic: RectangleTool is blocking other tools.
Replies: 11
Views: 11302

Hi Narcis,

On running the exe you have sent and drawing a line I do not get any Fibonacci. I am sending you the image.

Thanks
[/img]
by Srinivas Avancha
Tue Nov 18, 2008 2:34 pm
Forum: .NET
Topic: RectangleTool is blocking other tools.
Replies: 11
Views: 11302

Hi Narcis,

It does not work in TeeChart, Version=3.5.3225.32185 either.

Thanks
Srinivas
by Srinivas Avancha
Tue Nov 18, 2008 1:58 pm
Forum: .NET
Topic: RectangleTool is blocking other tools.
Replies: 11
Views: 11302

Hi Narcís,

Sorry Narcis the answer is no. The Fibonacci is not visible.

thanks
Srinivas
by Srinivas Avancha
Tue Nov 18, 2008 1:30 pm
Forum: .NET
Topic: RectangleTool is blocking other tools.
Replies: 11
Views: 11302

Does not draw Fibonacci

Hi Narcís,
With the code you presented Fibonacci does not work.
If you swap addition of rectangletool and drawline as below, drawline will not work either.

Code: Select all

            tChart1.Chart.Tools.Add(new Steema.TeeChart.Tools.RectangleTool());
            tChart1.Tools.Add(drawLine1);

Thanks.
by Srinivas Avancha
Mon Nov 17, 2008 7:56 pm
Forum: .NET
Topic: RectangleTool is blocking other tools.
Replies: 11
Views: 11302

RectangleTool is blocking other tools.

RectangleTool is blocking other tools. Cannot use DrawLine tool and Fibonacci tool after using RectangleTool. Can you provide a fix or solution for this. Best Regards Srinivas TeeChart Version=3.5.3188.18562 Below is the code snippet. private Steema.TeeChart.Tools.DrawLine drawLine1; public Form1() ...
by Srinivas Avancha
Thu Nov 13, 2008 7:15 pm
Forum: .NET
Topic: How can I associate a context menu to a DrawLine tool ?
Replies: 1
Views: 3322

How can I associate a context menu to a DrawLine tool ?

I would like the user to configure individual DrawLineItem properties using a context menu.

How can I associate a context menu to a DrawLine tool ?
by Srinivas Avancha
Tue Jun 17, 2008 6:46 pm
Forum: .NET
Topic: Label’s shadow size is not persisted.
Replies: 1
Views: 3489

Label’s shadow size is not persisted.

Select an axis in the designer and drill down to Labels/Text Check shadow to be visible. Set the size other than 1 and 1 for horizontal /Vertical (ex -20 for horizontal), you will see the shadow. Save the changes. Close the designer. Open the designer; you will not see the shadow. TeeChart, Version=...
by Srinivas Avancha
Wed May 07, 2008 6:18 pm
Forum: .NET
Topic: Permanent hand pointer on drag mark (3.2.3016.15522)
Replies: 1
Views: 3727

Permanent hand pointer on drag mark (3.2.3016.15522)

Hi There,

Once the pointer enters the drag mark it changes to hand pointer and does not change back even when the pointer is removed from the drag mark.

Best Regards.
Srinivas Avancha.
by Srinivas Avancha
Tue Apr 22, 2008 6:35 pm
Forum: Wishes and ideas
Topic: MouseMove Event for Line
Replies: 2
Views: 28360

Hi Narcís,

Thanks for the reply.
by Srinivas Avancha
Mon Apr 21, 2008 8:45 pm
Forum: Wishes and ideas
Topic: MouseMove Event for Line
Replies: 2
Views: 28360

MouseMove Event for Line

Hi There

We would like to have MouseMove Event for Line, ASAP. Appreciate if you can provide it.

Best Regards
Srinivas.
by Srinivas Avancha
Tue Apr 01, 2008 5:44 pm
Forum: .NET
Topic: Black Panel in bitmap - TeeChart Version 3.2.2980.19083
Replies: 2
Views: 4230

Black Panel in bitmap - TeeChart Version 3.2.2980.19083

Hi There, The code is as follows private void Form1_Load(object sender, EventArgs e) { tChart1.Panel.MarginTop = 1; tChart1.Panel.MarginBottom = 1; tChart1.Panel.MarginUnits = Steema.TeeChart.PanelMarginUnits.Pixels; tChart1.Panel.Transparent = false; tChart1.Panel.Gradient.Visible = false; tChart1....
by Srinivas Avancha
Mon Mar 24, 2008 5:20 pm
Forum: .NET
Topic: ColorLine affects candle with style as line in Version=3.2.2
Replies: 1
Views: 3560

ColorLine affects candle with style as line in Version=3.2.2

Hi 1) Add a candle to the tee chart and change the style to line. 2) Add a Colorline tool to the chart. Set the colorline to dash style 3) When run candle line will also be dashed. 4) Set colorline Active to false, notice the candle line will be solid. 5) Set colorline.pen.visible to false, notice t...
by Srinivas Avancha
Thu Mar 20, 2008 3:13 pm
Forum: .NET
Topic: TeeChart version 3.2.2980.19083 freezes on resize.
Replies: 5
Views: 7568

Thanks Narcís for your timely response. Hope to see the next release of V 3 soon.
by Srinivas Avancha
Thu Mar 20, 2008 12:35 pm
Forum: .NET
Topic: TeeChart version 3.2.2980.19083 freezes on resize.
Replies: 5
Views: 7568

Hi Narcís,

You are right 1 step is missing, associate the fastline to right axis.

I have upload the sample project anyways.

Regards
Srinivas