User (Legacy) Posted February 26, 2004 Report Share Posted February 26, 2004 Can I do this programmatically? - Sami Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 26, 2004 Report Share Posted February 26, 2004 What ? Can you be a little more specific here. You can set: chart.Axis(AXIS_Y).Min = <value> chart.Axis(AXIS_Y).Max = <value> -- FP Software FX Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 27, 2004 Author Report Share Posted February 27, 2004 Yes, this is exatcly what I was looking for. Thank you! Another question, can I set the values to be DateTimes? I need to show quantity over time and user will want to select the timeframe. Do I have to do the scaling "manually"? - Sami > You can set: > chart.Axis(AXIS_Y).Min = <value> > chart.Axis(AXIS_Y).Max = <value> Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 27, 2004 Report Share Posted February 27, 2004 See thread on chartfx.net.general -- Regards, JC Software FX Support "Sami Poimala" <sami.poimala@zenpark.com> wrote in message news:UzrGygQ$DHA.4080@webserver3.softwarefx.com... > Yes, this is exatcly what I was looking for. Thank you! > > Another question, can I set the values to be DateTimes? > I need to show quantity over time and user will want to select the > timeframe. Do I have to do the scaling "manually"? > > - Sami > > > You can set: > > chart.Axis(AXIS_Y).Min = <value> > > chart.Axis(AXIS_Y).Max = <value> > > 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.