Draw XXL documentation


public void CreateChartInspectionGameobject()

Calling CreateChartInspectionGameobject() on a chart will create a GameObject with an attached ChartInspector component for the chart:

missing image

This can greatly ease the effort of examining the charts data. The chart gets handles in the Scene view that makes scrolling and zooming straightforward. The component in the inspector offers additional options at a click of a button.

You can end this advanced inspection by simply deleting the generated Gameobject in the editor hierarchy. This destroys only the GameObject with the inspection component. The chart itself will not get deleted and can only be destroyed from code.