Uses of Class
com._1c.g5.v8.dt.chart.model.ChartValuesEditMode
- 
Packages that use ChartValuesEditMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl 
- 
- 
Uses of ChartValuesEditMode in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartValuesEditMode Modifier and Type Field Description static List<ChartValuesEditMode>ChartValuesEditMode. VALUESA public read-only list of all the 'Values Edit Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartValuesEditMode Modifier and Type Method Description static ChartValuesEditModeChartValuesEditMode. get(int value)Returns the 'Values Edit Mode' literal with the specified integer value.static ChartValuesEditModeChartValuesEditMode. get(String literal)Returns the 'Values Edit Mode' literal with the specified literal value.static ChartValuesEditModeChartValuesEditMode. getByName(String name)Returns the 'Values Edit Mode' literal with the specified name.ChartValuesEditModeRealDataItem. getEditMode()Returns the value of the 'Edit Mode' attribute.ChartValuesEditModeChart. getValuesEditMode()Returns the value of the 'Values Edit Mode' attribute.ChartValuesEditModeSeriesProperties. getValuesEditMode()Returns the value of the 'Values Edit Mode' attribute.static ChartValuesEditModeChartValuesEditMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartValuesEditMode[]ChartValuesEditMode. 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 ChartValuesEditMode Modifier and Type Method Description voidRealDataItem. setEditMode(ChartValuesEditMode value)Sets the value of the 'Edit Mode' attribute.voidChart. setValuesEditMode(ChartValuesEditMode value)Sets the value of the 'Values Edit Mode' attribute.voidSeriesProperties. setValuesEditMode(ChartValuesEditMode value)Sets the value of the 'Values Edit Mode' attribute.
- 
Uses of ChartValuesEditMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return ChartValuesEditMode Modifier and Type Method Description ChartValuesEditModeChartFactoryImpl. createChartValuesEditModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ChartValuesEditModeRealDataItemImpl. getEditMode()ChartValuesEditModeChartImpl. getValuesEditMode()ChartValuesEditModeSeriesPropertiesImpl. getValuesEditMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartValuesEditMode Modifier and Type Method Description voidRealDataItemImpl. setEditMode(ChartValuesEditMode newEditMode)voidChartImpl. setValuesEditMode(ChartValuesEditMode newValuesEditMode)voidSeriesPropertiesImpl. setValuesEditMode(ChartValuesEditMode newValuesEditMode)
 
-