Page History
...
Define_com Class(#prim_str) name(#Title)
Define_com Class(#prim_str) Name(#Line1)
* Quarter 1
#LineChartValue1 := 40000
#LineChartValue2 := 60000
#LineChartCaption := 'Quarter 1'
Add_Entry To_List(#LineChart)
#Title := #LineChartCaption.currentItem.Caption + ' 2020'
#Line1 := '$' + #LineChartValue1.asString + ' Profit'
#LineChartValue1.CurrentItem.FormatHint Title(#Title) Line1(#Line1)
#Title := #LineChartCaption.currentItem.Caption + ' 2019'
#Line1 := '$' + #LineChartValue2.CurrentItem.Value.asString + ' Profit'
#LineChartValue2.CurrentItem.FormatHint Title(#Title) Line1(#Line1)