##// END OF EJS Templates
legend markers doc update
sauimone -
r2226:107ef39d2750
parent child
Show More
@@ -80,10 +80,35 QTCOMMERCIALCHART_BEGIN_NAMESPACE
80 /*!
80 /*!
81 \property QLegendMarker::label
81 \property QLegendMarker::label
82 Label of the marker. This is the text that is shown in legend.
82 Label of the marker. This is the text that is shown in legend.
83 \sa QScatterSeries::pen()
84 */
83 */
85
84
86 /*!
85 /*!
86 \property QLegendMarker::labelBrush
87 Brush of the label
88 */
89
90 /*!
91 \property QLegendMarker::font
92 Font of the label
93 */
94
95 /*!
96 \property QLegendMarker::pen
97 Pen of the marker. This is the outline of the colored square.
98 */
99
100 /*!
101 \property QLegendMarker::brush
102 Brush of the marker. This is the inside of the colored square.
103 */
104
105 /*!
106 \property QLegendMarker::visible
107 Visibility of the legend marker. Affects label and the colored square.
108 */
109
110
111 /*!
87 Constructor of marker
112 Constructor of marker
88 */
113 */
89 QLegendMarker::QLegendMarker(QLegendMarkerPrivate &d, QObject *parent) :
114 QLegendMarker::QLegendMarker(QLegendMarkerPrivate &d, QObject *parent) :
General Comments 0
You need to be logged in to leave comments. Login now