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.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type LabelsOrientation Modifier and Type Field Description static List<LabelsOrientation>LabelsOrientation. VALUESA 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 LabelsOrientationLabelsOrientation. get(int value)Returns the 'Labels Orientation' literal with the specified integer value.static LabelsOrientationLabelsOrientation. get(String literal)Returns the 'Labels Orientation' literal with the specified literal value.static LabelsOrientationLabelsOrientation. getByName(String name)Returns the 'Labels Orientation' literal with the specified name.LabelsOrientationChartScale. getLabelOrientation()Returns the value of the 'Label Orientation' attribute.LabelsOrientationLabelArea. getOrientation()Returns the value of the 'Orientation' attribute.LabelsOrientationChart. getXLabelsOrientation()Returns the value of the 'XLabels Orientation' attribute.static LabelsOrientationLabelsOrientation. 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 voidChartScale. setLabelOrientation(LabelsOrientation value)Sets the value of the 'Label Orientation' attribute.voidLabelArea. setOrientation(LabelsOrientation value)Sets the value of the 'Orientation' attribute.voidChart. setXLabelsOrientation(LabelsOrientation value)Sets the value of the 'XLabels Orientation' attribute.
- 
Uses of LabelsOrientation in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return LabelsOrientation Modifier and Type Method Description LabelsOrientationChartFactoryImpl. createLabelsOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)LabelsOrientationChartScaleImpl. getLabelOrientation()LabelsOrientationLabelAreaImpl. getOrientation()LabelsOrientationChartImpl. getXLabelsOrientation()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type LabelsOrientation Modifier and Type Method Description voidChartScaleImpl. setLabelOrientation(LabelsOrientation newLabelOrientation)voidLabelAreaImpl. setOrientation(LabelsOrientation newOrientation)voidChartImpl. setXLabelsOrientation(LabelsOrientation newXLabelsOrientation)
- 
Uses of LabelsOrientation in com._1c.g5.v8.dt.form.ui.chart.aef.modelsMethods 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.
 
-