xlang v4.0 Release
程序设计语言基础库文档
|
成员变量 |
Attributes how to represent the curve on the legend
在文件 QwtPlotCurve.x 第 79 行定义.
LegendNoAttribute = 0x00 |
QwtPlotCurve tries to find a color representing the curve and paints a rectangle with it.
在文件 QwtPlotCurve.x 第 85 行定义.
LegendShowBrush = 0x04 |
If the curve has a brush a rectangle filled with the curve brush() is painted.
在文件 QwtPlotCurve.x 第 103 行定义.
LegendShowLine = 0x01 |
If the style() is not QwtPlotCurve::NoCurve a line is painted with the curve pen().
在文件 QwtPlotCurve.x 第 91 行定义.
LegendShowSymbol = 0x02 |
If the curve has a valid symbol it is painted.
在文件 QwtPlotCurve.x 第 96 行定义.