Uses of Enum Class
com._1c.g5.v8.dt.chart.model.UsedChartValuesAxis
Packages that use UsedChartValuesAxis
Package
Description
-
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type UsedChartValuesAxisModifier and TypeFieldDescriptionstatic final List<UsedChartValuesAxis>
UsedChartValuesAxis.VALUES
A public read-only list of all the 'Used Chart Values Axis' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return UsedChartValuesAxisModifier and TypeMethodDescriptionstatic UsedChartValuesAxis
UsedChartValuesAxis.get
(int value) Returns the 'Used Chart Values Axis' literal with the specified integer value.static UsedChartValuesAxis
Returns the 'Used Chart Values Axis' literal with the specified literal value.static UsedChartValuesAxis
Returns the 'Used Chart Values Axis' literal with the specified name.SeriesProperties.getValuesAxisUsage()
Returns the value of the 'Values Axis Usage' attribute.static UsedChartValuesAxis
Returns the enum constant of this class with the specified name.static UsedChartValuesAxis[]
UsedChartValuesAxis.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 UsedChartValuesAxisModifier and TypeMethodDescriptionvoid
SeriesProperties.setValuesAxisUsage
(UsedChartValuesAxis value) Sets the value of the 'Values Axis Usage
' attribute. -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return UsedChartValuesAxisModifier and TypeMethodDescriptionChartFactoryImpl.createUsedChartValuesAxisFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SeriesPropertiesImpl.getValuesAxisUsage()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type UsedChartValuesAxisModifier and TypeMethodDescriptionvoid
SeriesPropertiesImpl.setValuesAxisUsage
(UsedChartValuesAxis newValuesAxisUsage) -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.areaTemplate
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate that return UsedChartValuesAxisModifier and TypeMethodDescriptionDataCompositionAreaTemplateChartGroupAppearance.getUsedValueAxisInChart()
Returns the value of the 'Used Value Axis In Chart' attribute.Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate with parameters of type UsedChartValuesAxisModifier and TypeMethodDescriptionvoid
DataCompositionAreaTemplateChartGroupAppearance.setUsedValueAxisInChart
(UsedChartValuesAxis value) Sets the value of the 'Used Value Axis In Chart
' attribute. -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl that return UsedChartValuesAxisModifier and TypeMethodDescriptionDataCompositionAreaTemplateChartGroupAppearanceImpl.getUsedValueAxisInChart()
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type UsedChartValuesAxisModifier and TypeMethodDescriptionvoid
DataCompositionAreaTemplateChartGroupAppearanceImpl.setUsedValueAxisInChart
(UsedChartValuesAxis newUsedValueAxisInChart) -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.core
Methods in com._1c.g5.v8.dt.dcs.model.core that return UsedChartValuesAxisModifier and TypeMethodDescriptionDataCompositionAppearance.getUsedValueAxisInChart()
Returns the value of the 'Used Value Axis In Chart' attribute.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type UsedChartValuesAxisModifier and TypeMethodDescriptionvoid
DataCompositionAppearance.setUsedValueAxisInChart
(UsedChartValuesAxis value) Sets the value of the 'Used Value Axis In Chart
' attribute. -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.core.impl
Methods in com._1c.g5.v8.dt.dcs.model.core.impl that return UsedChartValuesAxisMethods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type UsedChartValuesAxisModifier and TypeMethodDescriptionvoid
DataCompositionAppearanceImpl.setUsedValueAxisInChart
(UsedChartValuesAxis newUsedValueAxisInChart) -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return UsedChartValuesAxisMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type UsedChartValuesAxisModifier and TypeMethodDescriptionUsedChartValuesAxisInfo.getValueText
(IV8Project v8project, String langCode, UsedChartValuesAxis value) boolean
UsedChartValuesAxisInfo.isValuesEquals
(UsedChartValuesAxis value1, UsedChartValuesAxis value2)