Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ShowChartScaleTitle
Packages that use ShowChartScaleTitle
Package
Description
-
Uses of ShowChartScaleTitle in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ShowChartScaleTitleModifier and TypeFieldDescriptionstatic final List<ShowChartScaleTitle>
ShowChartScaleTitle.VALUES
A public read-only list of all the 'Show Chart Scale Title' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ShowChartScaleTitleModifier and TypeMethodDescriptionstatic ShowChartScaleTitle
ShowChartScaleTitle.get
(int value) Returns the 'Show Chart Scale Title' literal with the specified integer value.static ShowChartScaleTitle
Returns the 'Show Chart Scale Title' literal with the specified literal value.static ShowChartScaleTitle
Returns the 'Show Chart Scale Title' literal with the specified name.ChartScale.getShowTitle()
Returns the value of the 'Show Title' attribute.static ShowChartScaleTitle
Returns the enum constant of this class with the specified name.static ShowChartScaleTitle[]
ShowChartScaleTitle.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 ShowChartScaleTitleModifier and TypeMethodDescriptionvoid
ChartScale.setShowTitle
(ShowChartScaleTitle value) Sets the value of the 'Show Title
' attribute. -
Uses of ShowChartScaleTitle in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ShowChartScaleTitleModifier and TypeMethodDescriptionChartFactoryImpl.createShowChartScaleTitleFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartScaleImpl.getShowTitle()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowChartScaleTitleModifier and TypeMethodDescriptionvoid
ChartScaleImpl.setShowTitle
(ShowChartScaleTitle newShowTitle) -
Uses of ShowChartScaleTitle 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 ShowChartScaleTitleModifier and TypeMethodDescriptionChartScaleDetailedModel.getShowTitleValue()
IChartScaleDetailedModel.getShowTitleValue()
Gets model value for editing chart scale's "show title" property.