Difference between revisions of "ChartView.Freeze"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (10 revisions imported)
 
(8 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 14:21, 6 August 2015

Property (As Boolean)
aChartView.Freeze = newValue
or
BooleanValue = aChartView.Freeze


If True, the ChartView will not refresh its contents. Set this property to True before calling LoadFromCSV or LoadFromRecordset if you need to do some setup before displaying the Chart.