Uses of Class
com._1c.g5.v8.dt.chart.model.CircleExpandMode
- 
Packages that use CircleExpandMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl 
- 
- 
Uses of CircleExpandMode in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type CircleExpandMode Modifier and Type Field Description static List<CircleExpandMode>CircleExpandMode. VALUESA public read-only list of all the 'Circle Expand Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return CircleExpandMode Modifier and Type Method Description static CircleExpandModeCircleExpandMode. get(int value)Returns the 'Circle Expand Mode' literal with the specified integer value.static CircleExpandModeCircleExpandMode. get(String literal)Returns the 'Circle Expand Mode' literal with the specified literal value.static CircleExpandModeCircleExpandMode. getByName(String name)Returns the 'Circle Expand Mode' literal with the specified name.CircleExpandModeChart. getCircleExpandMode()Returns the value of the 'Circle Expand Mode' attribute.static CircleExpandModeCircleExpandMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CircleExpandMode[]CircleExpandMode. 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 CircleExpandMode Modifier and Type Method Description voidChart. setCircleExpandMode(CircleExpandMode value)Sets the value of the 'Circle Expand Mode' attribute.
- 
Uses of CircleExpandMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return CircleExpandMode Modifier and Type Method Description CircleExpandModeChartFactoryImpl. createCircleExpandModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CircleExpandModeChartImpl. getCircleExpandMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type CircleExpandMode Modifier and Type Method Description voidChartImpl. setCircleExpandMode(CircleExpandMode newCircleExpandMode)
 
-