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