Uses of Enum Class
com._1c.g5.v8.dt.chart.model.GridLinesShowMode
Packages that use GridLinesShowMode
Package
Description
-
Uses of GridLinesShowMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type GridLinesShowModeModifier and TypeFieldDescriptionstatic final List<GridLinesShowMode>
GridLinesShowMode.VALUES
A public read-only list of all the 'Grid Lines Show Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return GridLinesShowModeModifier and TypeMethodDescriptionstatic GridLinesShowMode
GridLinesShowMode.get
(int value) Returns the 'Grid Lines Show Mode' literal with the specified integer value.static GridLinesShowMode
Returns the 'Grid Lines Show Mode' literal with the specified literal value.static GridLinesShowMode
Returns the 'Grid Lines Show Mode' literal with the specified name.ChartScale.getGridLinesShowMode()
Returns the value of the 'Grid Lines Show Mode' attribute.static GridLinesShowMode
Returns the enum constant of this class with the specified name.static GridLinesShowMode[]
GridLinesShowMode.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 GridLinesShowModeModifier and TypeMethodDescriptionvoid
ChartScale.setGridLinesShowMode
(GridLinesShowMode value) Sets the value of the 'Grid Lines Show Mode
' attribute. -
Uses of GridLinesShowMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return GridLinesShowModeModifier and TypeMethodDescriptionChartFactoryImpl.createGridLinesShowModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartScaleImpl.getGridLinesShowMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GridLinesShowModeModifier and TypeMethodDescriptionvoid
ChartScaleImpl.setGridLinesShowMode
(GridLinesShowMode newGridLinesShowMode) -
Uses of GridLinesShowMode in com._1c.g5.v8.dt.form.ui.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models that return types with arguments of type GridLinesShowModeModifier and TypeMethodDescriptionChartScaleDetailedModel.getGridLinesShowModeValue()
IChartScaleDetailedModel.getGridLinesShowModeValue()
Gets model value for editing chart scale's "grid lines show mode" property.