Uses of Enum Class
com._1c.g5.v8.dt.chart.model.BubbleChartNegativeValuesShowMode
Packages that use BubbleChartNegativeValuesShowMode
Package
Description
-
Uses of BubbleChartNegativeValuesShowMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type BubbleChartNegativeValuesShowModeModifier and TypeFieldDescriptionstatic final List<BubbleChartNegativeValuesShowMode>
BubbleChartNegativeValuesShowMode.VALUES
A public read-only list of all the 'Bubble Chart Negative Values Show Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return BubbleChartNegativeValuesShowModeModifier and TypeMethodDescriptionBubbleChartNegativeValuesShowMode.get
(int value) Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified integer value.Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified literal value.Returns the value of the 'Bubble Chart Negative Values Show Mode' attribute.Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified name.Returns the enum constant of this class with the specified name.static BubbleChartNegativeValuesShowMode[]
BubbleChartNegativeValuesShowMode.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 BubbleChartNegativeValuesShowModeModifier and TypeMethodDescriptionvoid
Sets the value of the 'Bubble Chart Negative Values Show Mode
' attribute. -
Uses of BubbleChartNegativeValuesShowMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return BubbleChartNegativeValuesShowModeModifier and TypeMethodDescriptionChartFactoryImpl.createBubbleChartNegativeValuesShowModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getBubbleChartNegativeValuesShowMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BubbleChartNegativeValuesShowModeModifier and TypeMethodDescriptionvoid
ChartImpl.setBubbleChartNegativeValuesShowMode
(BubbleChartNegativeValuesShowMode newBubbleChartNegativeValuesShowMode) -
Uses of BubbleChartNegativeValuesShowMode in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return BubbleChartNegativeValuesShowModeMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BubbleChartNegativeValuesShowModeModifier and TypeMethodDescriptionChartBubbleChartNegativeValuesShowMode.getValueText
(IV8Project v8project, String langCode, BubbleChartNegativeValuesShowMode value) boolean
ChartBubbleChartNegativeValuesShowMode.isValuesEquals
(BubbleChartNegativeValuesShowMode value1, BubbleChartNegativeValuesShowMode value2)