PySide6.QtCharts.QColorAxis¶
- class QColorAxis¶
- 
Synopsis¶Properties¶Methods¶- def - __init__()
- def - autoRange()
- def - gradient()
- def - max()
- def - min()
- def - setAutoRange()
- def - setGradient()
- def - setMax()
- def - setMin()
- def - setRange()
- def - setSize()
- def - setTickCount()
- def - size()
- def - tickCount()
 Signals¶
- def - maxChanged()
- def - minChanged()
- def - rangeChanged()
- def - sizeChanged()
 Note This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE Detailed Description¶Note Properties can be used directly when from __feature__ import true_propertyis used or via accessor functions otherwise.- property autoRangeᅟ: bool¶
 - Access functions:
 - property maxᅟ: float¶
 - Access functions:
- Signal - maxChanged()
 
 - property minᅟ: float¶
 - Access functions:
- Signal - minChanged()
 
 - property sizeᅟ: float¶
 - Access functions:
- Signal - sizeChanged()
 
 - property tickCountᅟ: int¶
 - Access functions:
 - autoRange()¶
- Return type:
- bool 
 
 Getter of property autoRangeᅟ.- autoRangeChanged(autoRange)¶
- Parameters:
- autoRange – bool 
 
 Notification signal of property autoRangeᅟ.- gradient()¶
- Return type:
 
 - gradientChanged(gradient)¶
- Parameters:
- gradient – - QLinearGradient
 
 - max()¶
- Return type:
- float 
 
 Getter of property maxᅟ.- maxChanged(max)¶
- Parameters:
- max – float 
 
 Notification signal of property maxᅟ.- min()¶
- Return type:
- float 
 
 Getter of property minᅟ.- minChanged(min)¶
- Parameters:
- min – float 
 
 Notification signal of property minᅟ.- rangeChanged(min, max)¶
- Parameters:
- min – float 
- max – float 
 
 
 - setAutoRange(autoRange)¶
- Parameters:
- autoRange – bool 
 
 Setter of property autoRangeᅟ.- setGradient(gradient)¶
- Parameters:
- gradient – - QLinearGradient
 
 - setMax(max)¶
- Parameters:
- max – float 
 
 Setter of property maxᅟ.- setMin(min)¶
- Parameters:
- min – float 
 
 Setter of property minᅟ.- setRange(min, max)¶
- Parameters:
- min – float 
- max – float 
 
 
 - setSize(size)¶
- Parameters:
- size – float 
 
 Setter of property sizeᅟ.- setTickCount(count)¶
- Parameters:
- count – int 
 
 Setter of property tickCountᅟ.- size()¶
- Return type:
- float 
 
 Getter of property sizeᅟ.- sizeChanged(size)¶
- Parameters:
- size – float 
 
 Notification signal of property sizeᅟ.- tickCount()¶
- Return type:
- int 
 
 Getter of property tickCountᅟ.- tickCountChanged(tickCount)¶
- Parameters:
- tickCount – int 
 
 Notification signal of property tickCountᅟ.