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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type BubbleChartNegativeValuesShowMode Modifier and Type Field Description static 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 BubbleChartNegativeValuesShowMode Modifier and Type Method Description static BubbleChartNegativeValuesShowMode
BubbleChartNegativeValuesShowMode. get(int value)
Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified integer value.static BubbleChartNegativeValuesShowMode
BubbleChartNegativeValuesShowMode. get(String literal)
Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified literal value.BubbleChartNegativeValuesShowMode
Chart. getBubbleChartNegativeValuesShowMode()
Returns the value of the 'Bubble Chart Negative Values Show Mode' attribute.static BubbleChartNegativeValuesShowMode
BubbleChartNegativeValuesShowMode. getByName(String name)
Returns the 'Bubble Chart Negative Values Show Mode' literal with the specified name.static BubbleChartNegativeValuesShowMode
BubbleChartNegativeValuesShowMode. 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 void
Chart. 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.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return BubbleChartNegativeValuesShowMode Modifier and Type Method Description BubbleChartNegativeValuesShowMode
ChartFactoryImpl. createBubbleChartNegativeValuesShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
BubbleChartNegativeValuesShowMode
ChartImpl. getBubbleChartNegativeValuesShowMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BubbleChartNegativeValuesShowMode Modifier and Type Method Description void
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 BubbleChartNegativeValuesShowMode Modifier and Type Method Description BubbleChartNegativeValuesShowMode
ChartBubbleChartNegativeValuesShowMode. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BubbleChartNegativeValuesShowMode Modifier and Type Method Description String
ChartBubbleChartNegativeValuesShowMode. getValueText(IV8Project v8project, String langCode, BubbleChartNegativeValuesShowMode value)
boolean
ChartBubbleChartNegativeValuesShowMode. isValuesEquals(BubbleChartNegativeValuesShowMode value1, BubbleChartNegativeValuesShowMode value2)
-