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