Uses of Class
com._1c.g5.v8.dt.chart.model.PlotAreaPlacement
-
Packages that use PlotAreaPlacement Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
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 PlotAreaPlacement Modifier and Type Field Description static 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 PlotAreaPlacement Modifier and Type Method Description static PlotAreaPlacement
PlotAreaPlacement. get(int value)
Returns the 'Plot Area Placement' literal with the specified integer value.static PlotAreaPlacement
PlotAreaPlacement. get(String literal)
Returns the 'Plot Area Placement' literal with the specified literal value.static PlotAreaPlacement
PlotAreaPlacement. getByName(String name)
Returns the 'Plot Area Placement' literal with the specified name.PlotAreaPlacement
Chart. getPlotAreaPlacement()
Returns the value of the 'Plot Area Placement' attribute.static PlotAreaPlacement
PlotAreaPlacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlotAreaPlacement[]
PlotAreaPlacement. 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 PlotAreaPlacement Modifier and Type Method Description void
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 PlotAreaPlacement Modifier and Type Method Description PlotAreaPlacement
ChartFactoryImpl. createPlotAreaPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PlotAreaPlacement
ChartImpl. getPlotAreaPlacement()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type PlotAreaPlacement Modifier and Type Method Description void
ChartImpl. setPlotAreaPlacement(PlotAreaPlacement newPlotAreaPlacement)
-