Uses of Enum
io.qt.charts.QPolarChart.PolarOrientation
Packages that use QPolarChart.PolarOrientation
-
Uses of QPolarChart.PolarOrientation in io.qt.charts
Methods in io.qt.charts that return QPolarChart.PolarOrientationModifier 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.Methods in io.qt.charts with parameters of type QPolarChart.PolarOrientationModifier 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.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
Constructors in io.qt.charts with parameters of type QPolarChart.PolarOrientationModifierConstructorDescriptionCreates a new PolarOrientations where the flags inargs
are set.