class QValue3DAxisFormatter#

Inheritance diagram of PySide6.QtGraphs.QValue3DAxisFormatter

继承自: QLogValue3DAxisFormatter

概要#

方法#

虚拟方法#

注意

本文档可能包含自动从C++转换为Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译存在问题,您也可以在https:/bugreports.qt.io/projects/PYSIDE创建工单来通知我们。

详细说明#

__init__([parent=None])#
参数:

parentQObject

allowNegatives()#
返回类型:

bool

allowZero()#
返回类型:

bool

axis()#
返回类型:

QValue3DAxis

createNewInstance()#
返回类型:

QValue3DAxisFormatter

gridPositions()#
返回类型:

float列表

labelPositions()#
返回类型:

float列表

labelStrings()#
返回类型:

字符串列表

locale()#
返回类型:

QLocale

markDirty([labelsChange=false])#
参数:

labelsChange – bool

populateCopy(copy)#
参数:

copyQValue3DAxisFormatter

positionAt(value)#
参数:

value – float

返回类型:

float

recalculate()#
setAllowNegatives(allow)#
参数:

allow – bool

setAllowZero(allow)#
参数:

allow – bool

setAxis(axis)#
参数:

axisQValue3DAxis

setGridPoitions(gridPositions)#
参数:

gridPositions – 浮点数列表

setLabelStrings(labelStrings)#
参数:

labelStrings – 字符串列表

setLocale(locale)#
参数:

localeQLocale

setSubGridPositions(subGridPositions)#
参数:

subGridPositions – 浮点数列表

setlabelPositions(labelPositions)#
参数:

labelPositions – 浮点数列表

stringForValue(value, format)#
参数:
  • value – float

  • format – 字符串

返回类型:

字符串

subGridPositions()#
返回类型:

float列表

valueAt(position)#
参数:

position – 浮点数

返回类型:

float