User (Legacy) Posted February 26, 2004 Report Posted February 26, 2004 Can I do this programmatically? - Sami
Software FX Posted February 26, 2004 Report 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
User (Legacy) Posted February 27, 2004 Author Report 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>
Software FX Posted February 27, 2004 Report 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> > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.