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.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type LegendPlacement Modifier and Type Field Description static List<LegendPlacement>LegendPlacement. VALUESA 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 LegendPlacementLegendPlacement. get(int value)Returns the 'Legend Placement' literal with the specified integer value.static LegendPlacementLegendPlacement. get(String literal)Returns the 'Legend Placement' literal with the specified literal value.static LegendPlacementLegendPlacement. getByName(String name)Returns the 'Legend Placement' literal with the specified name.LegendPlacementChart. getLegendPlacement()Returns the value of the 'Legend Placement' attribute.static LegendPlacementLegendPlacement. 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 voidChart. setLegendPlacement(LegendPlacement value)Sets the value of the 'Legend Placement' attribute.
- 
Uses of LegendPlacement in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return LegendPlacement Modifier and Type Method Description LegendPlacementChartFactoryImpl. createLegendPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)LegendPlacementChartImpl. getLegendPlacement()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type LegendPlacement Modifier and Type Method Description voidChartImpl. setLegendPlacement(LegendPlacement newLegendPlacement)
 
-