Uses of Class
com._1c.g5.v8.dt.chart.model.ScaleMarkLocation
-
Packages that use ScaleMarkLocation 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 ScaleMarkLocation in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ScaleMarkLocation Modifier and Type Field Description static 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 ScaleMarkLocation Modifier and Type Method Description static ScaleMarkLocation
ScaleMarkLocation. get(int value)
Returns the 'Scale Mark Location' literal with the specified integer value.static ScaleMarkLocation
ScaleMarkLocation. get(String literal)
Returns the 'Scale Mark Location' literal with the specified literal value.static ScaleMarkLocation
ScaleMarkLocation. getByName(String name)
Returns the 'Scale Mark Location' literal with the specified name.ScaleMarkLocation
ChartScale. getScaleMarkLocation()
Returns the value of the 'Scale Mark Location' attribute.static ScaleMarkLocation
ScaleMarkLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScaleMarkLocation[]
ScaleMarkLocation. 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 ScaleMarkLocation Modifier and Type Method Description void
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 ScaleMarkLocation Modifier and Type Method Description ScaleMarkLocation
ChartFactoryImpl. createScaleMarkLocationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ScaleMarkLocation
ChartScaleImpl. getScaleMarkLocation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleMarkLocation Modifier and Type Method Description void
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 ScaleMarkLocation Modifier and Type Method Description IValue<ScaleMarkLocation>
ChartScaleDetailedModel. getScaleMarkLocationValue()
IValue<ScaleMarkLocation>
IChartScaleDetailedModel. getScaleMarkLocationValue()
Gets model value for editing chart scale's "scale mark position" property.
-