@@ -51,19 +51,19 Row { | |||||
51 | } |
|
51 | } | |
52 | Button { |
|
52 | Button { | |
53 | text: "legend top" |
|
53 | text: "legend top" | |
54 |
onClicked: chartLegend.alignment |
|
54 | onClicked: chartLegend.alignment = Qt.AlignTop; | |
55 | } |
|
55 | } | |
56 | Button { |
|
56 | Button { | |
57 | text: "legend bottom" |
|
57 | text: "legend bottom" | |
58 |
onClicked: chartLegend.alignment |
|
58 | onClicked: chartLegend.alignment = Qt.AlignBottom; | |
59 | } |
|
59 | } | |
60 | Button { |
|
60 | Button { | |
61 | text: "legend left" |
|
61 | text: "legend left" | |
62 |
onClicked: chartLegend.alignment |
|
62 | onClicked: chartLegend.alignment = Qt.AlignLeft; | |
63 | } |
|
63 | } | |
64 | Button { |
|
64 | Button { | |
65 | text: "legend right" |
|
65 | text: "legend right" | |
66 |
onClicked: chartLegend.alignment |
|
66 | onClicked: chartLegend.alignment = Qt.AlignRight; | |
67 | } |
|
67 | } | |
68 | } |
|
68 | } | |
69 |
|
69 |
General Comments 0
You need to be logged in to leave comments.
Login now