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. VALUESA 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 ScaleLabelLocationScaleLabelLocation. get(int value)Returns the 'Scale Label Location' literal with the specified integer value.static ScaleLabelLocationScaleLabelLocation. get(String literal)Returns the 'Scale Label Location' literal with the specified literal value.static ScaleLabelLocationScaleLabelLocation. getByName(String name)Returns the 'Scale Label Location' literal with the specified name.ScaleLabelLocationChartScale. getScaleLabelLocation()Returns the value of the 'Scale Label Location' attribute.static ScaleLabelLocationScaleLabelLocation. 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 voidChartScale. 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 ScaleLabelLocationChartFactoryImpl. createScaleLabelLocationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ScaleLabelLocationChartScaleImpl. getScaleLabelLocation()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleLabelLocation Modifier and Type Method Description voidChartScaleImpl. 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.
-