Uses of Class
com._1c.g5.v8.dt.chart.model.BubbleChartNegativeValuesShowMode
- 
Packages that use BubbleChartNegativeValuesShowMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue 
- 
- 
Uses of BubbleChartNegativeValuesShowMode in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type BubbleChartNegativeValuesShowMode Modifier and Type Field Description static List<BubbleChartNegativeValuesShowMode>BubbleChartNegativeValuesShowMode. VALUESA 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 BubbleChartNegativeValuesShowMode Modifier and Type Method Description static BubbleChartNegativeValuesShowModeBubbleChartNegativeValuesShowMode. get(int value)Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified integer value.static BubbleChartNegativeValuesShowModeBubbleChartNegativeValuesShowMode. get(String literal)Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified literal value.BubbleChartNegativeValuesShowModeChart. getBubbleChartNegativeValuesShowMode()Returns the value of the 'Bubble Chart Negative Values Show Mode' attribute.static BubbleChartNegativeValuesShowModeBubbleChartNegativeValuesShowMode. getByName(String name)Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified name.static BubbleChartNegativeValuesShowModeBubbleChartNegativeValuesShowMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BubbleChartNegativeValuesShowMode[]BubbleChartNegativeValuesShowMode. 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 BubbleChartNegativeValuesShowMode Modifier and Type Method Description voidChart. setBubbleChartNegativeValuesShowMode(BubbleChartNegativeValuesShowMode value)Sets the value of the 'Bubble Chart Negative Values Show Mode' attribute.
- 
Uses of BubbleChartNegativeValuesShowMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return BubbleChartNegativeValuesShowMode Modifier and Type Method Description BubbleChartNegativeValuesShowModeChartFactoryImpl. createBubbleChartNegativeValuesShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)BubbleChartNegativeValuesShowModeChartImpl. getBubbleChartNegativeValuesShowMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BubbleChartNegativeValuesShowMode Modifier and Type Method Description voidChartImpl. setBubbleChartNegativeValuesShowMode(BubbleChartNegativeValuesShowMode newBubbleChartNegativeValuesShowMode)
- 
Uses of BubbleChartNegativeValuesShowMode in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return BubbleChartNegativeValuesShowMode Modifier and Type Method Description BubbleChartNegativeValuesShowModeChartBubbleChartNegativeValuesShowMode. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BubbleChartNegativeValuesShowMode Modifier and Type Method Description StringChartBubbleChartNegativeValuesShowMode. getValueText(IV8Project v8project, String langCode, BubbleChartNegativeValuesShowMode value)booleanChartBubbleChartNegativeValuesShowMode. isValuesEquals(BubbleChartNegativeValuesShowMode value1, BubbleChartNegativeValuesShowMode value2)
 
-