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