Uses of Enum
io.qt.charts.QPolarChart.PolarOrientation
-
Uses of QPolarChart.PolarOrientation in io.qt.charts
Modifier and TypeMethodDescriptionstatic QPolarChart.PolarOrientation
QPolarChart.axisPolarOrientation
(QAbstractAxis axis) final QPolarChart.PolarOrientation []
QPolarChart.PolarOrientations.flags()
Returns an array of flag objects represented by this PolarOrientations.static QPolarChart.PolarOrientation
QPolarChart.PolarOrientation.resolve
(int value) Returns the corresponding enum entry for the given value.static QPolarChart.PolarOrientation
Returns the enum constant of this type with the specified name.static QPolarChart.PolarOrientation[]
QPolarChart.PolarOrientation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QPolarChart.addAxis
(QAbstractAxis axis, QPolarChart.PolarOrientation polarOrientation) final QList<QAbstractAxis>
QPolarChart.axes
(QPolarChart.PolarOrientation ... orientation) Overloaded function forQPolarChart.axes(io.qt.charts.QPolarChart.PolarOrientations, io.qt.charts.QAbstractSeries)
QPolarChart.PolarOrientation.cleared
(QPolarChart.PolarOrientation e) Excludes other enum entry from a flag of this entry.QPolarChart.PolarOrientation.combined
(QPolarChart.PolarOrientation e) Combines this entry with other enum entry.QPolarChart.PolarOrientations.combined
(QPolarChart.PolarOrientation e) Combines this flags with enum entry.QPolarChart.PolarOrientation.flags
(QPolarChart.PolarOrientation ... values) Creates a newQPolarChart.PolarOrientations
from the entries.QPolarChart.PolarOrientations.setFlag
(QPolarChart.PolarOrientation e) Sets the flage
QPolarChart.PolarOrientations.setFlag
(QPolarChart.PolarOrientation e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCreates a new PolarOrientations where the flags inargs
are set.