User (Legacy) Posted September 26, 2003 Report Posted September 26, 2003 Hello 1. There is a bug in ChartFX when I try to paint over segment of 3D circle chart. I select colour and point at side of the segment but background have been painted. Have you got any work around? 2. I have bar chart with some series.When I try to zoom chart and select for example 4 bars I see 5 bar. If I have got a lot of points in chart and select 40 bars (for example) then I see more bars (near 55 bars). Have you got any work around this bug? (it occurs in multiseries chart only) Thanks
Software FX Posted September 28, 2003 Report Posted September 28, 2003 1) I'm sorry I don't understand this question. Maybe if you attach a screenshot of the problem I would. 2) This is not a but, the chart will round the zoom to the nearest step. For example if the X-Axis step is 10 and you select an area between 12 and 18, the range will be set to 10 - 20. If you want to avoid this you can set the MinorStep to 1. The Zoom will always be rounded to a multiple of the (minor) step. -- FP Software FX, Inc.
User (Legacy) Posted September 30, 2003 Author Report Posted September 30, 2003 If I point at top of a segment then all OK else if I point at side of the segment then background is painted over. Thanks
Software FX Posted October 1, 2003 Report Posted October 1, 2003 If you want to paint OVER the chart do it in the PostPaint event. If you want to paint BEHIND the chart do it in the PrePaint event. -- FP Software FX, Inc.
User (Legacy) Posted October 2, 2003 Author Report Posted October 2, 2003 What events do you mean? I didn't say about programming I said about working with chart in a user mode... You can repeat my action with chart and you will get same result as you can see on the second picture. I pointed at the segment of the chart and I wanted paint over this segment instead of it I have got a painted background... "SoftwareFX Support" <support@softwarefx.com> wrote in message news:fyn$QCFiDHA.3296@WEBSERVER1... > If you want to paint OVER the chart do it in the PostPaint event. If you > want to paint BEHIND the chart do it in the PrePaint event. > > -- > FP > Software FX, Inc. > >
Software FX Posted October 2, 2003 Report Posted October 2, 2003 I think I finally understood what you meant. By paint you meant "dragging the paint bucket and dropping it over the chart" ? The HitTest area of the PIE chart does NOT include the 3D Shadow, so this is a limitation. -- FP Software FX, Inc.
User (Legacy) Posted October 3, 2003 Author Report Posted October 3, 2003 "SoftwareFX Support" <support@softwarefx.com> wrote in message news:h$R$WOQiDHA.768@WEBSERVER1... > I think I finally understood what you meant. By paint you meant "dragging > the paint bucket and dropping it over the chart" ? > > The HitTest area of the PIE chart does NOT include the 3D Shadow, so this is > a limitation. > > -- > FP > Software FX, Inc. > >
User (Legacy) Posted October 3, 2003 Author Report Posted October 3, 2003 Sorry for my previous post. I only wanted to say that I understood and thanks for your answer.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.