OpenView(left;top;width;height)
// not required if only 1 view
// not required if only
1 chart
OpenChart(left;top;width;height;isPlotArea)
// set up chart 1
CloseChart() // not required if only 1 chart
// multiple charts possible
(e.g. overlay charts)
OpenChart(left;top;width;height;isPlotArea)
// set up chart 2
CloseChart()
CloseView() // not required
if only 1 view
// multiple views are possible
OpenView(left;top;width;height)
// nested views are possible
OpenView(left;top;width;height)
// set up charts, etc.
CloseView()
CloseView()