Uses of Class
com._1c.g5.v8.dt.chart.model.GridLinesShowMode
-
Packages that use GridLinesShowMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.form.ui.chart.aef.models -
-
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 GridLinesShowMode Modifier and Type Field Description static 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 GridLinesShowMode Modifier and Type Method Description static GridLinesShowMode
GridLinesShowMode. get(int value)
Returns the 'Grid Lines Show Mode' literal with the specified integer value.static GridLinesShowMode
GridLinesShowMode. get(String literal)
Returns the 'Grid Lines Show Mode' literal with the specified literal value.static GridLinesShowMode
GridLinesShowMode. getByName(String name)
Returns the 'Grid Lines Show Mode' literal with the specified name.GridLinesShowMode
ChartScale. getGridLinesShowMode()
Returns the value of the 'Grid Lines Show Mode' attribute.static GridLinesShowMode
GridLinesShowMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GridLinesShowMode[]
GridLinesShowMode. 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 GridLinesShowMode Modifier and Type Method Description void
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 GridLinesShowMode Modifier and Type Method Description GridLinesShowMode
ChartFactoryImpl. createGridLinesShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GridLinesShowMode
ChartScaleImpl. getGridLinesShowMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GridLinesShowMode Modifier and Type Method Description void
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 GridLinesShowMode Modifier and Type Method Description IValue<GridLinesShowMode>
ChartScaleDetailedModel. getGridLinesShowModeValue()
IValue<GridLinesShowMode>
IChartScaleDetailedModel. getGridLinesShowModeValue()
Gets model value for editing chart scale's "grid lines show mode" property.
-