ChartView.Freeze

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 14:21, 6 August 2015 by Admin (Talk | contribs) (10 revisions imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.