User (Legacy) Posted March 12, 2003 Report Posted March 12, 2003 Hi! I need to display a chart with a descending Y axis. Can this be done with chartFx? Thanks! Mikal Attachments.zip
Software FX Posted March 12, 2003 Report Posted March 12, 2003 Yes, simple assign the Max to a lower number than the Min. For example: chart.Axis(AXIS_Y).Min = 100 chart.Axis(AXIS_Y).Max = 0 -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.