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. VALUESA 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 ScaleMarkLocationScaleMarkLocation. get(int value)Returns the 'Scale Mark Location' literal with the specified integer value.static ScaleMarkLocationScaleMarkLocation. get(String literal)Returns the 'Scale Mark Location' literal with the specified literal value.static ScaleMarkLocationScaleMarkLocation. getByName(String name)Returns the 'Scale Mark Location' literal with the specified name.ScaleMarkLocationChartScale. getScaleMarkLocation()Returns the value of the 'Scale Mark Location' attribute.static ScaleMarkLocationScaleMarkLocation. 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 voidChartScale. 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 ScaleMarkLocationChartFactoryImpl. createScaleMarkLocationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ScaleMarkLocationChartScaleImpl. getScaleMarkLocation()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleMarkLocation Modifier and Type Method Description voidChartScaleImpl. 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.
-