Uses of Class
com._1c.g5.v8.dt.chart.model.MaxSeriesMode
- 
Packages that use MaxSeriesMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl 
- 
- 
Uses of MaxSeriesMode in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type MaxSeriesMode Modifier and Type Field Description static List<MaxSeriesMode>MaxSeriesMode. VALUESA public read-only list of all the 'Max Series Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return MaxSeriesMode Modifier and Type Method Description static MaxSeriesModeMaxSeriesMode. get(int value)Returns the 'Max Series Mode' literal with the specified integer value.static MaxSeriesModeMaxSeriesMode. get(String literal)Returns the 'Max Series Mode' literal with the specified literal value.static MaxSeriesModeMaxSeriesMode. getByName(String name)Returns the 'Max Series Mode' literal with the specified name.MaxSeriesModeChart. getMaxMode()Returns the value of the 'Max Mode' attribute.static MaxSeriesModeMaxSeriesMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MaxSeriesMode[]MaxSeriesMode. 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 MaxSeriesMode Modifier and Type Method Description voidChart. setMaxMode(MaxSeriesMode value)Sets the value of the 'Max Mode' attribute.
- 
Uses of MaxSeriesMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return MaxSeriesMode Modifier and Type Method Description MaxSeriesModeChartFactoryImpl. createMaxSeriesModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)MaxSeriesModeChartImpl. getMaxMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type MaxSeriesMode Modifier and Type Method Description voidChartImpl. setMaxMode(MaxSeriesMode newMaxMode)
 
-