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. VALUES
A 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 ScaleTitlePlacement
ScaleTitlePlacement. get(int value)
Returns the 'Scale Title Placement' literal with the specified integer value.static ScaleTitlePlacement
ScaleTitlePlacement. get(String literal)
Returns the 'Scale Title Placement' literal with the specified literal value.static ScaleTitlePlacement
ScaleTitlePlacement. getByName(String name)
Returns the 'Scale Title Placement' literal with the specified name.ScaleTitlePlacement
ChartScale. getTitlePlacement()
Returns the value of the 'Title Placement' attribute.static ScaleTitlePlacement
ScaleTitlePlacement. 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 void
ChartScale. 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 ScaleTitlePlacement
ChartFactoryImpl. createScaleTitlePlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ScaleTitlePlacement
ChartScaleImpl. getTitlePlacement()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleTitlePlacement Modifier and Type Method Description void
ChartScaleImpl. 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.
-