User (Legacy) Posted March 8, 2004 Report Share Posted March 8, 2004 Is there a way to have a "0" point label to not display the zero at the bottom? I don't want to turn off point labels because the ones that do have a value I want displayed. Quote Link to comment Share on other sites More sharing options...
Software FX Posted March 8, 2004 Report Share Posted March 8, 2004 Since you are deciding whether or not to display a label for an specific point based on a variable condition, you need to capture the GetPointLabel event and make this decision for each point. Note: In order to receive the GetPointLabel event you must do: ChartFX1.Axis(AXIS_Y).Style = ChartFX1.Axis(AXIS_Y).Style or AS_NOTIFY -- FP Software FX 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.