User (Legacy) Posted January 5, 2001 Report Share Posted January 5, 2001 Hey Steve, The problem here is that I actually want some of the data to be displayed outside of the chart. In certain cases, the max value is large compared to some of the smaller values and scaling to max makes it impossible to see the smaller values. Everything will work fine if scale it to the real max value in the chart (or more). Like you, I am trying to scale for visual effect, just in the opposite direction. This seems like a bug to me. I would think that the chart values should not ever be drawn outside of the axes. -- Dustin Norman Lead Software Engineer Zoftech Inc. - Get Work Done www.zoftech.com v: 603 598 7563 x203 dustin@zoftech.com "SteveT" <stephent@compassadv.com> wrote in message news:LMsHZQ0dAHA.2400@sfxserver.softwarefx.com... Dustin, Have you tried to force the axis to scale properly? .Axis(AXIS_Y).Max = "Your Max Value" The algorithm to determine scale may be 2 or 3 std deviations from the mean plotted value vs simply Max value. Many times I find my self doing this just to extend the scale a bit for visual effect. Usually like: .Axis(AXIS_Y).Max = cblMaxValue * 1.1 Steve Dustin Norman <dustin@zoftech.com> wrote in message news:Z0yu2hldAHA.2416@sfxserver.softwarefx.com... > Hi, > > I have been evaluating ChartFX for a couple weeks and really like the > product. There is, however, one outstanding issue that I would like to be > addressed. Most of the time in my charts I have values that extend past the > max on the y-axis. There are times however that the chart doesn't paint > this correctly. It draws the value outside of the actual chart area and > into my title. Attached is a JPEG of a chart that demonstrates this > problem. NOTE: I have only seen this happen with an area chart. > > Thanks for any help, > -- > Dustin Norman > Lead Software Engineer > Zoftech Inc. - Get Work Done > www.zoftech.com > v: 603 598 7563 x203 > dustin@zoftech.com > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.