Uses of Enum Class
com._1c.g5.v8.dt.chart.model.LabelsOrientation
Packages that use LabelsOrientation
Package
Description
-
Uses of LabelsOrientation in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type LabelsOrientationModifier and TypeFieldDescriptionstatic final List<LabelsOrientation>
LabelsOrientation.VALUES
A public read-only list of all the 'Labels Orientation' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return LabelsOrientationModifier and TypeMethodDescriptionstatic LabelsOrientation
LabelsOrientation.get
(int value) Returns the 'Labels Orientation' literal with the specified integer value.static LabelsOrientation
Returns the 'Labels Orientation' literal with the specified literal value.static LabelsOrientation
Returns the 'Labels Orientation' literal with the specified name.ChartScale.getLabelOrientation()
Returns the value of the 'Label Orientation' attribute.LabelArea.getOrientation()
Returns the value of the 'Orientation' attribute.Chart.getXLabelsOrientation()
Returns the value of the 'XLabels Orientation' attribute.static LabelsOrientation
Returns the enum constant of this class with the specified name.static LabelsOrientation[]
LabelsOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type LabelsOrientationModifier and TypeMethodDescriptionvoid
ChartScale.setLabelOrientation
(LabelsOrientation value) Sets the value of the 'Label Orientation
' attribute.void
LabelArea.setOrientation
(LabelsOrientation value) Sets the value of the 'Orientation
' attribute.void
Chart.setXLabelsOrientation
(LabelsOrientation value) Sets the value of the 'XLabels Orientation
' attribute. -
Uses of LabelsOrientation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return LabelsOrientationModifier and TypeMethodDescriptionChartFactoryImpl.createLabelsOrientationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartScaleImpl.getLabelOrientation()
LabelAreaImpl.getOrientation()
ChartImpl.getXLabelsOrientation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type LabelsOrientationModifier and TypeMethodDescriptionvoid
ChartScaleImpl.setLabelOrientation
(LabelsOrientation newLabelOrientation) void
LabelAreaImpl.setOrientation
(LabelsOrientation newOrientation) void
ChartImpl.setXLabelsOrientation
(LabelsOrientation newXLabelsOrientation) -
Uses of LabelsOrientation in com._1c.g5.v8.dt.form.ui.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models that return types with arguments of type LabelsOrientationModifier and TypeMethodDescriptionChartScaleDetailedModel.getLabelOrientationValue()
IChartScaleDetailedModel.getLabelOrientationValue()
Gets model value for editing chart scale's "label orientation" property.