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. VALUESA 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 ShowChartScaleTitleShowChartScaleTitle. get(int value)Returns the 'Show Chart Scale Title' literal with the specified integer value.static ShowChartScaleTitleShowChartScaleTitle. get(String literal)Returns the 'Show Chart Scale Title' literal with the specified literal value.static ShowChartScaleTitleShowChartScaleTitle. getByName(String name)Returns the 'Show Chart Scale Title' literal with the specified name.ShowChartScaleTitleChartScale. getShowTitle()Returns the value of the 'Show Title' attribute.static ShowChartScaleTitleShowChartScaleTitle. 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 voidChartScale. 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 ShowChartScaleTitleChartFactoryImpl. createShowChartScaleTitleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ShowChartScaleTitleChartScaleImpl. getShowTitle()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowChartScaleTitle Modifier and Type Method Description voidChartScaleImpl. 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.
-