Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     Evtroutine Handling(#Chart.FormatTick) Value(#Value) Label(#Label) Axis(#Axis) 

If (#Axis = PRIMARY)

#Label := #Value.AsString + '%'

Else

#Label := '$' + #Value.AsString

Endif

Endroutine

See also

All Component Classes

Technical Reference