Uses of Class
com._1c.g5.v8.dt.chart.model.ScaleLocation
-
Packages that use ScaleLocation 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 ScaleLocation in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ScaleLocation Modifier and Type Field Description static List<ScaleLocation>
ScaleLocation. VALUES
A public read-only list of all the 'Scale Location' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ScaleLocation Modifier and Type Method Description static ScaleLocation
ScaleLocation. get(int value)
Returns the 'Scale Location' literal with the specified integer value.static ScaleLocation
ScaleLocation. get(String literal)
Returns the 'Scale Location' literal with the specified literal value.static ScaleLocation
ScaleLocation. getByName(String name)
Returns the 'Scale Location' literal with the specified name.ScaleLocation
ChartScale. getScaleLocation()
Returns the value of the 'Scale Location' attribute.static ScaleLocation
ScaleLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScaleLocation[]
ScaleLocation. 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 ScaleLocation Modifier and Type Method Description void
ChartScale. setScaleLocation(ScaleLocation value)
Sets the value of the 'Scale Location
' attribute. -
Uses of ScaleLocation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ScaleLocation Modifier and Type Method Description ScaleLocation
ChartFactoryImpl. createScaleLocationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ScaleLocation
ChartScaleImpl. getScaleLocation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleLocation Modifier and Type Method Description void
ChartScaleImpl. setScaleLocation(ScaleLocation newScaleLocation)
-
Uses of ScaleLocation 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 ScaleLocation Modifier and Type Method Description IValue<ScaleLocation>
ChartScaleDetailedModel. getScaleLocationValue()
IValue<ScaleLocation>
IChartScaleDetailedModel. getScaleLocationValue()
Gets model value for editing chart scale's "scale position" property.
-