Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ScaleTitlePlacement
Packages that use ScaleTitlePlacement
Package
Description
-
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 ScaleTitlePlacementModifier and TypeFieldDescriptionstatic final 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 ScaleTitlePlacementModifier and TypeMethodDescriptionstatic ScaleTitlePlacement
ScaleTitlePlacement.get
(int value) Returns the 'Scale Title Placement' literal with the specified integer value.static ScaleTitlePlacement
Returns the 'Scale Title Placement' literal with the specified literal value.static ScaleTitlePlacement
Returns the 'Scale Title Placement' literal with the specified name.ChartScale.getTitlePlacement()
Returns the value of the 'Title Placement' attribute.static ScaleTitlePlacement
Returns the enum constant of this class with the specified name.static ScaleTitlePlacement[]
ScaleTitlePlacement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ScaleTitlePlacementModifier and TypeMethodDescriptionvoid
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 ScaleTitlePlacementModifier and TypeMethodDescriptionChartFactoryImpl.createScaleTitlePlacementFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartScaleImpl.getTitlePlacement()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleTitlePlacementModifier and TypeMethodDescriptionvoid
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 ScaleTitlePlacementModifier and TypeMethodDescriptionChartScaleDetailedModel.getTitlePlacementValue()
IChartScaleDetailedModel.getTitlePlacementValue()
Gets model value for editing chart scale's "title placement" property.