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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartValuesEditMode Modifier and Type Field Description static List<ChartValuesEditMode>
ChartValuesEditMode. VALUES
A 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 ChartValuesEditMode
ChartValuesEditMode. get(int value)
Returns the 'Values Edit Mode' literal with the specified integer value.static ChartValuesEditMode
ChartValuesEditMode. get(String literal)
Returns the 'Values Edit Mode' literal with the specified literal value.static ChartValuesEditMode
ChartValuesEditMode. getByName(String name)
Returns the 'Values Edit Mode' literal with the specified name.ChartValuesEditMode
RealDataItem. getEditMode()
Returns the value of the 'Edit Mode' attribute.ChartValuesEditMode
Chart. getValuesEditMode()
Returns the value of the 'Values Edit Mode' attribute.ChartValuesEditMode
SeriesProperties. getValuesEditMode()
Returns the value of the 'Values Edit Mode' attribute.static ChartValuesEditMode
ChartValuesEditMode. 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 void
RealDataItem. setEditMode(ChartValuesEditMode value)
Sets the value of the 'Edit Mode
' attribute.void
Chart. setValuesEditMode(ChartValuesEditMode value)
Sets the value of the 'Values Edit Mode
' attribute.void
SeriesProperties. setValuesEditMode(ChartValuesEditMode value)
Sets the value of the 'Values Edit Mode
' attribute. -
Uses of ChartValuesEditMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartValuesEditMode Modifier and Type Method Description ChartValuesEditMode
ChartFactoryImpl. createChartValuesEditModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ChartValuesEditMode
RealDataItemImpl. getEditMode()
ChartValuesEditMode
ChartImpl. getValuesEditMode()
ChartValuesEditMode
SeriesPropertiesImpl. getValuesEditMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartValuesEditMode Modifier and Type Method Description void
RealDataItemImpl. setEditMode(ChartValuesEditMode newEditMode)
void
ChartImpl. setValuesEditMode(ChartValuesEditMode newValuesEditMode)
void
SeriesPropertiesImpl. setValuesEditMode(ChartValuesEditMode newValuesEditMode)
-