-
Notifications
You must be signed in to change notification settings - Fork 11
Bounds
Yeray edited this page Mar 22, 2018
·
1 revision
The default xy position of charts inside canvas is 0,0 (left-top corner), and the default size is the same as the associated canvas.
You can override them by changing the chart bounds property:
Chart1.bounds.x=50;
Chart1.bounds.y=20;
Chart1.bounds.width=200;
Chart1.bounds.height=150;
Elements
Chart formatting
Series
Other parts of the Chart
Chart behaviour