Difference between revisions of "ChartView.Freeze"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
(No difference)

Revision as of 23:38, 11 May 2013

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.