I have a monitor with full HD resoluiton. I want to create this widget with fit screen width. But there's the width limitation of chart object. I think limit is 1680px. Is this done for technical reason or will be removed on further version?
here's how it's looks like:
Attachment:
File comment: widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
chartOut.Width = WorkAreaWidth;
chartOut.Left = 0;
chartIn.Width = WorkAreaWidth;
chartIn.Left = 0;
1.png [ 8.49 KiB | Viewed 3670 times ]
_____________________________________
Attachment:
File comment: widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
chartOut.Width = WorkAreaWidth;
chartOut.Left = -200;
chartIn.Width = WorkAreaWidth;
chartIn.Left = -200;
2.png [ 3.53 KiB | Viewed 3670 times ]
______________________________________
Attachment:
File comment: widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
chartOut.Width = WorkAreaWidth+200;
chartOut.Left = -200;
chartIn.Width = WorkAreaWidth+200;
chartIn.Left = -200;
1.png [ 8.49 KiB | Viewed 3670 times ]
______________________________________
Attachment:
3.png [ 21.42 KiB | Viewed 3670 times ]