##// END OF EJS Templates
legendmarker doc update
sauimone -
r2217:b8a798289b0a
parent child
Show More
@@ -35,10 +35,12 QTCOMMERCIALCHART_BEGIN_NAMESPACE
35 \brief LegendMarker object
35 \brief LegendMarker object
36 \mainclass
36 \mainclass
37
37
38 QLegendMarker is abstract object that can be used to access markers inside QLegend. The QLegendMarker is always connected
38 QLegendMarker is abstract object that can be used to access markers inside QLegend. Legend marker consists of two
39 to some series
39 items: The colored box, which reflects the color of series and label, which is the name of series (or label of slice/barset
40 in case of pie or bar series)
41 The QLegendMarker is always related to one series.
40
42
41 \image examples_legendmarkers.png
43 \image examples_percentbarchart_legend.png
42
44
43 \sa QLegend
45 \sa QLegend
44 */
46 */
General Comments 0
You need to be logged in to leave comments. Login now