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