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

成员变量

详细描述

在文件 QwtPlotAbstractBarChart.x6 行定义.

结构体成员变量说明

◆ AutoAdjustSamples

AutoAdjustSamples

The sample width is calculated by dividing the bounding rectangle by the number of samples. The layoutHint() is used as a minimum width in paint device coordinates.

参见
boundingRectangle()

在文件 QwtPlotAbstractBarChart.x15 行定义.

◆ FixedSampleSize

FixedSampleSize

layoutHint() defines a fixed width in paint device coordinates.

在文件 QwtPlotAbstractBarChart.x34 行定义.

◆ ScaleSamplesToAxes

ScaleSamplesToAxes

layoutHint() defines an interval in axis coordinates

在文件 QwtPlotAbstractBarChart.x20 行定义.

◆ ScaleSampleToCanvas

ScaleSampleToCanvas

The bar width is calculated by multiplying layoutHint() with the height or width of the canvas.

参见
boundingRectangle()

在文件 QwtPlotAbstractBarChart.x28 行定义.