Uses of Class
com._1c.g5.v8.dt.chart.model.ChartSelectionMode
- 
Packages that use ChartSelectionMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue 
- 
- 
Uses of ChartSelectionMode in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartSelectionMode Modifier and Type Field Description static List<ChartSelectionMode>ChartSelectionMode. VALUESA public read-only list of all the 'Selection Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartSelectionMode Modifier and Type Method Description static ChartSelectionModeChartSelectionMode. get(int value)Returns the 'Selection Mode' literal with the specified integer value.static ChartSelectionModeChartSelectionMode. get(String literal)Returns the 'Selection Mode' literal with the specified literal value.static ChartSelectionModeChartSelectionMode. getByName(String name)Returns the 'Selection Mode' literal with the specified name.ChartSelectionModeChart. getSelectionMode()Returns the value of the 'Selection Mode' attribute.static ChartSelectionModeChartSelectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartSelectionMode[]ChartSelectionMode. 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 ChartSelectionMode Modifier and Type Method Description voidChart. setSelectionMode(ChartSelectionMode value)Sets the value of the 'Selection Mode' attribute.
- 
Uses of ChartSelectionMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return ChartSelectionMode Modifier and Type Method Description ChartSelectionModeChartFactoryImpl. createChartSelectionModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ChartSelectionModeChartImpl. getSelectionMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartSelectionMode Modifier and Type Method Description voidChartImpl. setSelectionMode(ChartSelectionMode newSelectionMode)
- 
Uses of ChartSelectionMode in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return ChartSelectionMode Modifier and Type Method Description ChartSelectionModeChartChartSelectionMode. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ChartSelectionMode Modifier and Type Method Description StringChartChartSelectionMode. getValueText(IV8Project v8project, String langCode, ChartSelectionMode value)booleanChartChartSelectionMode. isValuesEquals(ChartSelectionMode value1, ChartSelectionMode value2)
 
-