Search found 6 matches
- Thu Feb 22, 2007 8:50 am
- Forum: VCL
- Topic: Polar Series Zoom
- Replies: 8
- Views: 8452
Hei again Narcis, I have another complicated problem with the polar series: When zooming with ZoomRect() the surrounding circle does not zoom. See the attached photos. http://www.geocities.com/plamenoff/Scan1.jpg And when Zoomed.... http://www.geocities.com/plamenoff/Scan2.jpg Sorry for that. I hope...
- Wed Feb 21, 2007 5:31 pm
- Forum: VCL
- Topic: Polar Series Zoom
- Replies: 8
- Views: 8452
Hei again Narcis, I have another complicated problem with the polar series: When zooming with ZoomRect() the surrounding circle does not zoom. See the attached photos. http://127.0.0.1/webpub/Scan1.jpg and http://127.0.0.1/webpub/Scan2.jpg Do you have any clue what could be the problem. I am using T...
- Wed Feb 21, 2007 3:49 pm
- Forum: VCL
- Topic: Polar Series Zoom
- Replies: 8
- Views: 8452
- Wed Feb 21, 2007 3:18 pm
- Forum: VCL
- Topic: Polar Series Zoom
- Replies: 8
- Views: 8452
Hi Narcís, Thanks a lot for the prompt response. It worked just fine :D There is one more thing to be done: Is there a way to move the Graph around. As it is done in the example which i ment. For example clicking on it an moving it to the left side of the Window, so that when I do a zooming, I can z...
- Wed Feb 21, 2007 10:57 am
- Forum: VCL
- Topic: Polar Series Zoom
- Replies: 8
- Views: 8452
Polar Series Zoom
Hi Guys, I have read a lot of posts stating that the Polar Series cannot be zoomed. I looked in the Examples application Tee6New.exe and I found if one selects the Tab -> All features and then Chart Styles->Extended->Polar (Click on polar) it is possible to Zoom the Chart shown on the right. How can...
- Wed Dec 20, 2006 1:29 pm
- Forum: ActiveX
- Topic: LineSeries Transparency Question
- Replies: 1
- Views: 2774
LineSeries Transparency Question
Hi Guys, I have a question about the LineSeries Transparency. I am trying something like this: m_Chart.AddSeries(scLine); m_Chart.Series(0).FillSampleValues(20); m_Chart.Series(0).GetAsLine().SetTransparency(50); but it doesnt work. What I want to do is to make the lines more transparent. Does anyon...