Search found 7 matches

by lars
Mon Sep 25, 2006 6:10 pm
Forum: .NET
Topic: Zoom :: Pen & Brush example doesn't work
Replies: 9
Views: 13313

Hi, and thanks for your effort! Yes, I've had that solution as an option, thanks you anyway. But I don't agree with you that it always have been this way. We released our first version of our application about two years ago (using TeeChart .Net). Now when we have released a new version (together wit...
by lars
Mon Sep 25, 2006 12:40 pm
Forum: .NET
Topic: Zoom :: Pen & Brush example doesn't work
Replies: 9
Views: 13313

Zoom brush again

Hi again,
is my experience with the zoom brush not working a known bug?

is there any workaround to set the color of the zoom rectangle?

thanks
by lars
Mon Sep 25, 2006 10:32 am
Forum: .NET
Topic: Zoom :: Pen & Brush example doesn't work
Replies: 9
Views: 13313

I have the same problem

Hi! Using latest 1.1.2379 build and I rebuilt the demo app. Still the Brush settings in the misc->zoom->pen&brush doesn't work. It doesn't work in my application either. In the first releases there was a rectangle drawn when zooming out, now it is gone. Is there any way to get it back? Thanks in adv...
by lars
Wed Jan 11, 2006 9:25 am
Forum: .NET
Topic: Printing problems with Polar series (bug with CustomRadius)
Replies: 3
Views: 6826

Hi, thanks for your answer! But I don't agree with you that the scaling works! Run my demo and maximize the window, without custom radius the outprint is ok but with custom radius the outprint will be clipped. The problem is the hidden scaling that is performed when the print is called. Why is there...
by lars
Thu Jan 05, 2006 11:27 am
Forum: .NET
Topic: Printing problems with Polar series (bug with CustomRadius)
Replies: 3
Views: 6826

Printing problems with Polar series (bug with CustomRadius)

When printing a Polar series at a predefined size using the polar.Printer.Print(rect) call the size of the polar chart will be sized to the wanted size regardless of the size on screen. Fine! But this doesn't work when the CustomXRadius and CustomYRadius are used. In our application we are adding so...
by lars
Wed Mar 23, 2005 7:58 am
Forum: .NET
Topic: Printing of Polar series
Replies: 4
Views: 8761

Printing of Polar series

When printing a rectangular chart (Line or Point series) using the TeeChart.Printer.Print(rect) the outprint is the same regardless of the size of the chart on the screen. It scales to the given rectangle exactly as we want. Fine! But for a Polar chart the outprint depends on the size on screen. If ...
by lars
Wed Jan 28, 2004 4:05 pm
Forum: .NET
Topic: Bug when deleting points or using Ordering
Replies: 1
Views: 7155

Bug when deleting points or using Ordering

Hi In order to draw invisible portions of a line in a LineSeries I add the invisible points with Color.Transparent. It looks OK. But when deleting some points in the beginning of the series the Transparent points will not follow the new truncated arraylist. The transparent points will still have the...