User (Legacy) Posted March 8, 2004 Report 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.
Software FX Posted March 8, 2004 Report 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.