ChartView.Freeze

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 23:35, 11 May 2013 by RB WikiCreator (Talk)

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.