xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
成员变量
QwtPlotCurve.LegendAttribute 枚举类型参考

成员变量

详细描述

Attributes how to represent the curve on the legend

参见
setLegendAttribute(), testLegendAttribute(), QwtPlotItem::legendData(), legendIcon()

在文件 QwtPlotCurve.x79 行定义.

结构体成员变量说明

◆ LegendNoAttribute

LegendNoAttribute = 0x00

QwtPlotCurve tries to find a color representing the curve and paints a rectangle with it.

在文件 QwtPlotCurve.x85 行定义.

◆ LegendShowBrush

LegendShowBrush = 0x04

If the curve has a brush a rectangle filled with the curve brush() is painted.

在文件 QwtPlotCurve.x103 行定义.

◆ LegendShowLine

LegendShowLine = 0x01

If the style() is not QwtPlotCurve::NoCurve a line is painted with the curve pen().

在文件 QwtPlotCurve.x91 行定义.

◆ LegendShowSymbol

LegendShowSymbol = 0x02

If the curve has a valid symbol it is painted.

在文件 QwtPlotCurve.x96 行定义.