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