Uses of Class
com._1c.g5.v8.dt.chart.model.ScaleTitlePlacement
-
Packages that use ScaleTitlePlacement 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 ScaleTitlePlacement in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ScaleTitlePlacement Modifier and Type Field Description static List<ScaleTitlePlacement>ScaleTitlePlacement. VALUESA public read-only list of all the 'Scale Title Placement' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ScaleTitlePlacement Modifier and Type Method Description static ScaleTitlePlacementScaleTitlePlacement. get(int value)Returns the 'Scale Title Placement' literal with the specified integer value.static ScaleTitlePlacementScaleTitlePlacement. get(String literal)Returns the 'Scale Title Placement' literal with the specified literal value.static ScaleTitlePlacementScaleTitlePlacement. getByName(String name)Returns the 'Scale Title Placement' literal with the specified name.ScaleTitlePlacementChartScale. getTitlePlacement()Returns the value of the 'Title Placement' attribute.static ScaleTitlePlacementScaleTitlePlacement. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaleTitlePlacement[]ScaleTitlePlacement. 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 ScaleTitlePlacement Modifier and Type Method Description voidChartScale. setTitlePlacement(ScaleTitlePlacement value)Sets the value of the 'Title Placement' attribute. -
Uses of ScaleTitlePlacement in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ScaleTitlePlacement Modifier and Type Method Description ScaleTitlePlacementChartFactoryImpl. createScaleTitlePlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ScaleTitlePlacementChartScaleImpl. getTitlePlacement()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleTitlePlacement Modifier and Type Method Description voidChartScaleImpl. setTitlePlacement(ScaleTitlePlacement newTitlePlacement) -
Uses of ScaleTitlePlacement 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 ScaleTitlePlacement Modifier and Type Method Description IValue<ScaleTitlePlacement>ChartScaleDetailedModel. getTitlePlacementValue()IValue<ScaleTitlePlacement>IChartScaleDetailedModel. getTitlePlacementValue()Gets model value for editing chart scale's "title placement" property.
-