ChartView.Freeze

From Jeremie Leroy - XOJO Controls Wiki
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.