Uses of Enum Class
com._1c.g5.v8.dt.chart.model.PlotAreaPlacement
Packages that use PlotAreaPlacement
-
Uses of PlotAreaPlacement in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type PlotAreaPlacementModifier and TypeFieldDescriptionstatic final List<PlotAreaPlacement>
PlotAreaPlacement.VALUES
A public read-only list of all the 'Plot Area Placement' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return PlotAreaPlacementModifier and TypeMethodDescriptionstatic PlotAreaPlacement
PlotAreaPlacement.get
(int value) Returns the 'Plot Area Placement' literal with the specified integer value.static PlotAreaPlacement
Returns the 'Plot Area Placement' literal with the specified literal value.static PlotAreaPlacement
Returns the 'Plot Area Placement' literal with the specified name.Chart.getPlotAreaPlacement()
Returns the value of the 'Plot Area Placement' attribute.static PlotAreaPlacement
Returns the enum constant of this class with the specified name.static PlotAreaPlacement[]
PlotAreaPlacement.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 PlotAreaPlacementModifier and TypeMethodDescriptionvoid
Chart.setPlotAreaPlacement
(PlotAreaPlacement value) Sets the value of the 'Plot Area Placement
' attribute. -
Uses of PlotAreaPlacement in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return PlotAreaPlacementModifier and TypeMethodDescriptionChartFactoryImpl.createPlotAreaPlacementFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getPlotAreaPlacement()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type PlotAreaPlacementModifier and TypeMethodDescriptionvoid
ChartImpl.setPlotAreaPlacement
(PlotAreaPlacement newPlotAreaPlacement)