Jump to content
Software FX Community

Point Labels


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...