Uses of Class
com._1c.g5.v8.dt.chart.model.ShowChartScaleTitle
-
Packages that use ShowChartScaleTitle 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 ShowChartScaleTitle in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ShowChartScaleTitle Modifier and Type Field Description static 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 ShowChartScaleTitle Modifier and Type Method Description static ShowChartScaleTitle
ShowChartScaleTitle. get(int value)
Returns the 'Show Chart Scale Title' literal with the specified integer value.static ShowChartScaleTitle
ShowChartScaleTitle. get(String literal)
Returns the 'Show Chart Scale Title' literal with the specified literal value.static ShowChartScaleTitle
ShowChartScaleTitle. getByName(String name)
Returns the 'Show Chart Scale Title' literal with the specified name.ShowChartScaleTitle
ChartScale. getShowTitle()
Returns the value of the 'Show Title' attribute.static ShowChartScaleTitle
ShowChartScaleTitle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShowChartScaleTitle[]
ShowChartScaleTitle. 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 ShowChartScaleTitle Modifier and Type Method Description void
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 ShowChartScaleTitle Modifier and Type Method Description ShowChartScaleTitle
ChartFactoryImpl. createShowChartScaleTitleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ShowChartScaleTitle
ChartScaleImpl. getShowTitle()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowChartScaleTitle Modifier and Type Method Description void
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 ShowChartScaleTitle Modifier and Type Method Description IValue<ShowChartScaleTitle>
ChartScaleDetailedModel. getShowTitleValue()
IValue<ShowChartScaleTitle>
IChartScaleDetailedModel. getShowTitleValue()
Gets model value for editing chart scale's "show title" property.
-