ValueAxisMixin
Base classes
| Name | Children | Inherits |
|---|---|---|
| AbstractAxisMixin prettyqt.charts.abstractaxis |
Subclasses
| Class | Module | Description |
|---|---|---|
| ValueAxis | prettyqt.charts.valueaxis | |
| CategoryAxis | prettyqt.charts.categoryaxis |
⋔ Inheritance diagram
graph TD
1473367659552["charts.ValueAxisMixin"]
1473367646864["charts.AbstractAxisMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473367646864 --> 1473367659552
1473299815024 --> 1473367646864
140713234304496 --> 1473299815024
🛈 DocStrings
Bases: AbstractAxisMixin
Source code in prettyqt\charts\valueaxis.py
get_tick_type() -> TickTypeStr
set_tick_type(tick_type: TickTypeStr | charts.QValueAxis.TickType)
Set the tick type of the legend.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
tick_type |
TickTypeStr | TickType
|
tick type for the legend |
required |