User (Legacy) Posted May 6, 2003 Report Posted May 6, 2003 Hi guys, We are rendering bar charts and the y-axis is often limiting itself to the increment below the maximum bar. i.e. a value is
Software FX Posted May 6, 2003 Report Posted May 6, 2003 Do you mean that your points are clipped or simply that the last label is 12,000 ? If the answer is the later, then we already did the work, we decided for 12,000 over 12,500 as a "better" value to be displayed, the scale however remains reaching 12,000, in other words the Max value is 12,500, you can check this by outputting the value of Axis(AXIS_Y).Max. If you want to force 12,500 to appear, there is a "magic" flag called AS_SHOWENDS in the Style property of the Axis object. -- FP Software FX, Inc.
User (Legacy) Posted May 6, 2003 Author Report Posted May 6, 2003 Thanks very much, I'll give it a try and let you know! Cheers, Tim "SoftwareFX Support" <support@softwarefx.com> wrote in message news:uhUnzK#EDHA.1600@webserver1.softwarefx.com... > Do you mean that your points are clipped or simply that the last label is > 12,000 ? > > If the answer is the later, then we already did the work, we decided for > 12,000 over 12,500 as a "better" value to be displayed, the scale however > remains reaching 12,000, in other words the Max value is 12,500, you can > check this by outputting the value of Axis(AXIS_Y).Max. > > If you want to force 12,500 to appear, there is a "magic" flag called > AS_SHOWENDS in the Style property of the Axis object. > > -- > FP > Software FX, Inc. > >
User (Legacy) Posted May 6, 2003 Author Report Posted May 6, 2003 I tried that, it does the trick. It does what our customer wants, but doesn't look v. nice (no fault of ChartFX). Thanks guys. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:uhUnzK#EDHA.1600@webserver1.softwarefx.com... > Do you mean that your points are clipped or simply that the last label is > 12,000 ? > > If the answer is the later, then we already did the work, we decided for > 12,000 over 12,500 as a "better" value to be displayed, the scale however > remains reaching 12,000, in other words the Max value is 12,500, you can > check this by outputting the value of Axis(AXIS_Y).Max. > > If you want to force 12,500 to appear, there is a "magic" flag called > AS_SHOWENDS in the Style property of the Axis object. > > -- > FP > Software FX, Inc. > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.