ChartSeriesLabel Class
Manages various settings of series label. There are settings of text, backgroud, colors, font, border and etc. More...
| Header: | #include <ChartSeriesLabel> |
| Inherits: | ChartObject |
Public Functions
| const QFont & | font() const |
| bool | isVisible() const |
| int | lineLength() const |
| void | setFont(const QFont &font) |
| void | setLineLength(int lineLength) |
| void | setShowLines(bool showLines) |
| void | setTextColor(const QColor &color) |
| void | setVisible(bool visible) |
| bool | showLines() const |
| const QColor & | textColor() const |
Signals
| void | fontChanged(QFont font) |
| void | visibleChanged(bool visible) |