Search found 29 matches

by history
Thu Apr 03, 2008 3:42 pm
Forum: .NET
Topic: Selector Tool
Replies: 3
Views: 5253

Narcis

Any chance in getting this added to the nect maintenance release?
by history
Thu Apr 03, 2008 2:35 pm
Forum: .NET
Topic: Selector Tool
Replies: 3
Views: 5253

Selector Tool

I would like the cursor to change when it is moved over a selectable object on the chart. I would also like to have the cursor only change when it is over an object that I want to make selectable. An example of this is I want to change the Top Axis Range and display a dialog to make that change when...
by history
Thu Mar 27, 2008 1:25 pm
Forum: .NET
Topic: Printing Displays Black Background
Replies: 2
Views: 4653

That worked, I was also able to correct the issue by setting the Transparent to 100 and then back to 0.

Thanks
by history
Wed Mar 26, 2008 2:23 pm
Forum: .NET
Topic: Printing Displays Black Background
Replies: 2
Views: 4653

Printing Displays Black Background

When I print a chart with the Legend visible set to false I get a black background. This only happens on the second time I print the chart. The first time I print it the background is correct. private void button2_Click(object sender, EventArgs e) { //printPreviewDialog1.all //printPreviewDialog1.Sh...
by history
Wed Mar 19, 2008 12:29 pm
Forum: .NET
Topic: Cursor Perfromance
Replies: 7
Views: 15332

I will take a look for the sample code. One of the main concerns is that because you don't repaint using the fastcursor then information on the cursor cannot be displayed within the rectangletool as the cursor moves across the screen. The other issue is that if you move the cursor quickly accross th...
by history
Tue Mar 18, 2008 5:15 pm
Forum: .NET
Topic: Cursor Perfromance
Replies: 7
Views: 15332

Cursor Perfromance

Is there any work being done on enhancing the performance of the cursors. We had some discussions a few months ago on cursor performance and how the fast cursor has a number of paint issues while the regular cursor is choppy in movement when there are a large number of points due to the painting.
by history
Mon Mar 17, 2008 6:19 pm
Forum: .NET
Topic: RectangleTool editable textbox
Replies: 1
Views: 3688

RectangleTool editable textbox

if an editable rectangletool is dragged arround the screen with the mouse and a key is pressed the text box that is used for editing the text in the rectangletool is displayed on the screen as a seperate object from the rectangletool. public void AddAnnotation() { Steema.TeeChart.Tools.RectangleTool...
by history
Fri Feb 29, 2008 5:46 pm
Forum: .NET
Topic: Annotations
Replies: 1
Views: 3572

Annotations

Can annotations support the following:

- Allowed to float when the chart area. When the chart is panned in the X/Y direction the annotation also moves.

- Be fixed to a series point.

Thanks
by history
Tue Feb 26, 2008 3:05 pm
Forum: .NET
Topic: Rectangular Tool
Replies: 6
Views: 8066

What I would like to do is have multiple color text within the rectangle text box
by history
Tue Feb 26, 2008 1:18 pm
Forum: .NET
Topic: Rectangular Tool
Replies: 6
Views: 8066

Is there a way to control the painting of the rectangle tool. I would like to have more control on the text displayed within the rectangle tool. Ability to change the color and formating of the text displayed.

Thanks
by history
Tue Feb 26, 2008 1:11 pm
Forum: .NET
Topic: Rectangular Tool
Replies: 6
Views: 8066

Narcis

When can we expect to see this next maintenance release?
by history
Mon Feb 25, 2008 5:24 pm
Forum: .NET
Topic: Rectangular Tool
Replies: 6
Views: 8066

Rectangular Tool

There seems to be a change in the way the rectangle tool is able to be dragged with the mouse. We used to be able to drag the rectangle with the mouse anywhere within the rectangle. Now we have to select the top left corner and drag. This has caused a number of issues one being that it is not obviou...
by history
Thu Dec 20, 2007 1:09 pm
Forum: .NET
Topic: Signed Version of TeeChart Assemblies
Replies: 3
Views: 7753

Narcís/team

Thank you for the quick response as well the level of support from the steema team this past year. Have a great XMAS and New Years.
by history
Wed Nov 21, 2007 6:44 am
Forum: .NET
Topic: zoom options
Replies: 1
Views: 3878

zoom options

Is it possible to

1) do an incremental unzoom of the chart area. If I zoom in a number of times to be able step back or unzoom each of the zoomed windows.
2) ability to scroll or pan using the mouse the chart area when a chart has been zoomed in.