Uses of Class
com._1c.g5.v8.dt.chart.model.LabelsOrientation
-
Packages that use LabelsOrientation Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.form.ui.chart.aef.models -
-
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 LabelsOrientation Modifier and Type Field Description static 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 LabelsOrientation Modifier and Type Method Description static LabelsOrientation
LabelsOrientation. get(int value)
Returns the 'Labels Orientation' literal with the specified integer value.static LabelsOrientation
LabelsOrientation. get(String literal)
Returns the 'Labels Orientation' literal with the specified literal value.static LabelsOrientation
LabelsOrientation. getByName(String name)
Returns the 'Labels Orientation' literal with the specified name.LabelsOrientation
ChartScale. getLabelOrientation()
Returns the value of the 'Label Orientation' attribute.LabelsOrientation
LabelArea. getOrientation()
Returns the value of the 'Orientation' attribute.LabelsOrientation
Chart. getXLabelsOrientation()
Returns the value of the 'XLabels Orientation' attribute.static LabelsOrientation
LabelsOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelsOrientation[]
LabelsOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type LabelsOrientation Modifier and Type Method Description void
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 LabelsOrientation Modifier and Type Method Description LabelsOrientation
ChartFactoryImpl. createLabelsOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
LabelsOrientation
ChartScaleImpl. getLabelOrientation()
LabelsOrientation
LabelAreaImpl. getOrientation()
LabelsOrientation
ChartImpl. getXLabelsOrientation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type LabelsOrientation Modifier and Type Method Description void
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 LabelsOrientation Modifier and Type Method Description IValue<LabelsOrientation>
ChartScaleDetailedModel. getLabelOrientationValue()
IValue<LabelsOrientation>
IChartScaleDetailedModel. getLabelOrientationValue()
Gets model value for editing chart scale's "label orientation" property.
-