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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type MaxSeriesMode Modifier and Type Field Description static List<MaxSeriesMode>
MaxSeriesMode. VALUES
A 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 MaxSeriesMode
MaxSeriesMode. get(int value)
Returns the 'Max Series Mode' literal with the specified integer value.static MaxSeriesMode
MaxSeriesMode. get(String literal)
Returns the 'Max Series Mode' literal with the specified literal value.static MaxSeriesMode
MaxSeriesMode. getByName(String name)
Returns the 'Max Series Mode' literal with the specified name.MaxSeriesMode
Chart. getMaxMode()
Returns the value of the 'Max Mode' attribute.static MaxSeriesMode
MaxSeriesMode. 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 void
Chart. setMaxMode(MaxSeriesMode value)
Sets the value of the 'Max Mode
' attribute. -
Uses of MaxSeriesMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return MaxSeriesMode Modifier and Type Method Description MaxSeriesMode
ChartFactoryImpl. createMaxSeriesModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
MaxSeriesMode
ChartImpl. getMaxMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type MaxSeriesMode Modifier and Type Method Description void
ChartImpl. setMaxMode(MaxSeriesMode newMaxMode)
-