Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ChartSelectionMode
Packages that use ChartSelectionMode
Package
Description
-
Uses of ChartSelectionMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartSelectionModeModifier and TypeFieldDescriptionstatic final List<ChartSelectionMode>
ChartSelectionMode.VALUES
A public read-only list of all the 'Selection Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartSelectionModeModifier and TypeMethodDescriptionstatic ChartSelectionMode
ChartSelectionMode.get
(int value) Returns the 'Selection Mode' literal with the specified integer value.static ChartSelectionMode
Returns the 'Selection Mode' literal with the specified literal value.static ChartSelectionMode
Returns the 'Selection Mode' literal with the specified name.Chart.getSelectionMode()
Returns the value of the 'Selection Mode' attribute.static ChartSelectionMode
Returns the enum constant of this class with the specified name.static ChartSelectionMode[]
ChartSelectionMode.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 ChartSelectionModeModifier and TypeMethodDescriptionvoid
Chart.setSelectionMode
(ChartSelectionMode value) Sets the value of the 'Selection Mode
' attribute. -
Uses of ChartSelectionMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartSelectionModeModifier and TypeMethodDescriptionChartFactoryImpl.createChartSelectionModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getSelectionMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartSelectionModeModifier and TypeMethodDescriptionvoid
ChartImpl.setSelectionMode
(ChartSelectionMode newSelectionMode) -
Uses of ChartSelectionMode in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return ChartSelectionModeMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ChartSelectionModeModifier and TypeMethodDescriptionChartChartSelectionMode.getValueText
(IV8Project v8project, String langCode, ChartSelectionMode value) boolean
ChartChartSelectionMode.isValuesEquals
(ChartSelectionMode value1, ChartSelectionMode value2)