Search found 3 matches

by KingFish78
Thu Sep 24, 2009 2:57 pm
Forum: .NET
Topic: Trouble zooming with bar types?
Replies: 1
Views: 1494

Trouble zooming with bar types?

I am having trouble getting Zoom to work with my Bar type charts? The same (simple) zoom code seen below works well for Line types. Is there something I need to do special for Bars? ------------------------------------------------------------- aChart.Zoom.Allow =true; aChart.Panning.Allow = ScrollMo...
by KingFish78
Thu Jun 04, 2009 3:29 pm
Forum: .NET
Topic: ColorLine value changes after Undo of Zoom (bug?)
Replies: 2
Views: 1971

Yep, does the trick. Thanks for your quick reply.
by KingFish78
Thu Jun 04, 2009 2:27 pm
Forum: .NET
Topic: ColorLine value changes after Undo of Zoom (bug?)
Replies: 2
Views: 1971

ColorLine value changes after Undo of Zoom (bug?)

It appears the value of my ColorLine is not restored correctly when I zoom and then undo zoom. (Especially if I zoom a portion of the chart where ColorLine is not visible.)

Is this a known issue?