Uses of Enum Class
com._1c.g5.v8.dt.chart.model.MaxSeriesMode
Packages that use MaxSeriesMode
-
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 MaxSeriesModeModifier and TypeFieldDescriptionstatic final 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 MaxSeriesModeModifier and TypeMethodDescriptionstatic MaxSeriesMode
MaxSeriesMode.get
(int value) Returns the 'Max Series Mode' literal with the specified integer value.static MaxSeriesMode
Returns the 'Max Series Mode' literal with the specified literal value.static MaxSeriesMode
Returns the 'Max Series Mode' literal with the specified name.Chart.getMaxMode()
Returns the value of the 'Max Mode' attribute.static MaxSeriesMode
Returns the enum constant of this class with the specified name.static MaxSeriesMode[]
MaxSeriesMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type MaxSeriesModeModifier and TypeMethodDescriptionvoid
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 MaxSeriesModeModifier and TypeMethodDescriptionChartFactoryImpl.createMaxSeriesModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getMaxMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type MaxSeriesMode