Uses of Enum
io.qt.charts.QPolarChart.PolarOrientation
-
Uses of QPolarChart.PolarOrientation in io.qt.charts
Methods in io.qt.charts that return QPolarChart.PolarOrientationModifier and TypeMethodDescriptionstatic QPolarChart.PolarOrientationQPolarChart.axisPolarOrientation(QAbstractAxis axis) final QPolarChart.PolarOrientation[]QPolarChart.PolarOrientations.flags()Returns an array of flag objects represented by this PolarOrientations.static QPolarChart.PolarOrientationQPolarChart.PolarOrientation.resolve(int value) Returns the corresponding enum entry for the given value.static QPolarChart.PolarOrientationReturns 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 voidQPolarChart.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.PolarOrientationsfrom the entries.QPolarChart.PolarOrientations.setFlag(QPolarChart.PolarOrientation e) Sets the flageQPolarChart.PolarOrientations.setFlag(QPolarChart.PolarOrientation e, boolean on) Sets or clears the flagflagConstructors in io.qt.charts with parameters of type QPolarChart.PolarOrientationModifierConstructorDescriptionCreates a new PolarOrientations where the flags inargsare set.