Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ScaleLabelLocation
Packages that use ScaleLabelLocation
Package
Description
-
Uses of ScaleLabelLocation in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ScaleLabelLocationModifier and TypeFieldDescriptionstatic final List<ScaleLabelLocation>
ScaleLabelLocation.VALUES
A public read-only list of all the 'Scale Label Location' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ScaleLabelLocationModifier and TypeMethodDescriptionstatic ScaleLabelLocation
ScaleLabelLocation.get
(int value) Returns the 'Scale Label Location' literal with the specified integer value.static ScaleLabelLocation
Returns the 'Scale Label Location' literal with the specified literal value.static ScaleLabelLocation
Returns the 'Scale Label Location' literal with the specified name.ChartScale.getScaleLabelLocation()
Returns the value of the 'Scale Label Location' attribute.static ScaleLabelLocation
Returns the enum constant of this class with the specified name.static ScaleLabelLocation[]
ScaleLabelLocation.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 ScaleLabelLocationModifier and TypeMethodDescriptionvoid
ChartScale.setScaleLabelLocation
(ScaleLabelLocation value) Sets the value of the 'Scale Label Location
' attribute. -
Uses of ScaleLabelLocation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ScaleLabelLocationModifier and TypeMethodDescriptionChartFactoryImpl.createScaleLabelLocationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartScaleImpl.getScaleLabelLocation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleLabelLocationModifier and TypeMethodDescriptionvoid
ChartScaleImpl.setScaleLabelLocation
(ScaleLabelLocation newScaleLabelLocation) -
Uses of ScaleLabelLocation 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 ScaleLabelLocationModifier and TypeMethodDescriptionChartScaleDetailedModel.getScaleLabelLocationValue()
IChartScaleDetailedModel.getScaleLabelLocationValue()
Gets model value for editing chart scale's "scale label position" property.