Uses of Class
com._1c.g5.v8.dt.chart.model.BubbleSizing
- 
Packages that use BubbleSizing 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 BubbleSizing in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type BubbleSizing Modifier and Type Field Description static List<BubbleSizing>BubbleSizing. VALUESA public read-only list of all the 'Bubble Sizing' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return BubbleSizing Modifier and Type Method Description static BubbleSizingBubbleSizing. get(int value)Returns the 'Bubble Sizing' literal with the specified integer value.static BubbleSizingBubbleSizing. get(String literal)Returns the 'Bubble Sizing' literal with the specified literal value.BubbleSizingChart. getBubbleSizing()Returns the value of the 'Bubble Sizing' attribute.static BubbleSizingBubbleSizing. getByName(String name)Returns the 'Bubble Sizing' literal with the specified name.static BubbleSizingBubbleSizing. valueOf(String name)Returns the enum constant of this type with the specified name.static BubbleSizing[]BubbleSizing. 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 BubbleSizing Modifier and Type Method Description voidChart. setBubbleSizing(BubbleSizing value)Sets the value of the 'Bubble Sizing' attribute.
- 
Uses of BubbleSizing in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return BubbleSizing Modifier and Type Method Description BubbleSizingChartFactoryImpl. createBubbleSizingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)BubbleSizingChartImpl. getBubbleSizing()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BubbleSizing Modifier and Type Method Description voidChartImpl. setBubbleSizing(BubbleSizing newBubbleSizing)
- 
Uses of BubbleSizing in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return BubbleSizing Modifier and Type Method Description BubbleSizingChartBubbleSizing. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BubbleSizing Modifier and Type Method Description StringChartBubbleSizing. getValueText(IV8Project v8project, String langCode, BubbleSizing value)booleanChartBubbleSizing. isValuesEquals(BubbleSizing value1, BubbleSizing value2)
 
-