QtCharts.QValueAxis

Inheritance diagram of PySide2.QtCharts.QtCharts.QValueAxis

Inherited by: QtCharts.QCategoryAxis

New in version 5.7.

Synopsis

Functions

Slots

Signals

Detailed Description

class PySide2.QtCharts.QtCharts.QValueAxis([parent=None])
Parameters

parentQObject

PySide2.QtCharts.QtCharts.QValueAxis.applyNiceNumbers()
PySide2.QtCharts.QtCharts.QValueAxis.labelFormat()
Return type

unicode

PySide2.QtCharts.QtCharts.QValueAxis.labelFormatChanged(format)
Parameters

format – unicode

PySide2.QtCharts.QtCharts.QValueAxis.max()
Return type

qreal

PySide2.QtCharts.QtCharts.QValueAxis.maxChanged(max)
Parameters

maxqreal

PySide2.QtCharts.QtCharts.QValueAxis.min()
Return type

qreal

PySide2.QtCharts.QtCharts.QValueAxis.minChanged(min)
Parameters

minqreal

PySide2.QtCharts.QtCharts.QValueAxis.minorTickCount()
Return type

int

PySide2.QtCharts.QtCharts.QValueAxis.minorTickCountChanged(tickCount)
Parameters

tickCountint

PySide2.QtCharts.QtCharts.QValueAxis.rangeChanged(min, max)
Parameters
  • minqreal

  • maxqreal

PySide2.QtCharts.QtCharts.QValueAxis.setLabelFormat(format)
Parameters

format – unicode

PySide2.QtCharts.QtCharts.QValueAxis.setMax(max)
Parameters

maxqreal

PySide2.QtCharts.QtCharts.QValueAxis.setMin(min)
Parameters

minqreal

PySide2.QtCharts.QtCharts.QValueAxis.setMinorTickCount(count)
Parameters

countint

PySide2.QtCharts.QtCharts.QValueAxis.setRange(min, max)
Parameters
  • minqreal

  • maxqreal

PySide2.QtCharts.QtCharts.QValueAxis.setTickAnchor(anchor)
Parameters

anchorqreal

PySide2.QtCharts.QtCharts.QValueAxis.setTickCount(count)
Parameters

countint

PySide2.QtCharts.QtCharts.QValueAxis.setTickInterval(insterval)
Parameters

instervalqreal

PySide2.QtCharts.QtCharts.QValueAxis.tickAnchor()
Return type

qreal

PySide2.QtCharts.QtCharts.QValueAxis.tickAnchorChanged(anchor)
Parameters

anchorqreal

PySide2.QtCharts.QtCharts.QValueAxis.tickCount()
Return type

int

PySide2.QtCharts.QtCharts.QValueAxis.tickCountChanged(tickCount)
Parameters

tickCountint

PySide2.QtCharts.QtCharts.QValueAxis.tickInterval()
Return type

qreal

PySide2.QtCharts.QtCharts.QValueAxis.tickIntervalChanged(interval)
Parameters

intervalqreal