Software FX Posted May 31, 2006 Report Share Posted May 31, 2006 Chart FX values are doubles, you are the one doing the rounding by calling AsInteger. -- Francisco Padron www.chartfx.com Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 31, 2006 Author Report Share Posted May 31, 2006 When I assign values to the chart such as: Chart.Series[i].YValue[0] := dsQry.FieldByName('amount').AsInteger; Can I control the rounding? At the moment ChartFX rounds to the nearest whole number and I need it to round to 2 decimal places. Thanks Sweta Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 9, 2006 Author Report Share Posted June 9, 2006 Thanks! "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:Kj$gSfMhGHA.1572@webserver3.softwarefx.com... > Chart FX values are doubles, you are the one doing the rounding by calling > AsInteger. > > -- > Francisco Padron > www.chartfx.com > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.