User (Legacy) Posted January 5, 2001 Report Share Posted January 5, 2001 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.