Guest User

Untitled

a guest
Nov 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ChartView {
  2. id:chartView
  3. title: "Haccp Data"
  4. theme: ChartView.ChartThemeDark
  5. backgroundColor: "black";
  6. width: parent.width;
  7. height: parent.height
  8. anchors.fill: parent
  9. antialiasing: true;
  10. visible: true
  11. legend.markerShape: Legend.MarkerShapeCircle
  12.  
  13. ....
  14. }
Add Comment
Please, Sign In to add comment