Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ChartLabelLocation
Packages that use ChartLabelLocation
Package
Description
-
Uses of ChartLabelLocation in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartLabelLocationModifier and TypeFieldDescriptionstatic final List<ChartLabelLocation>
ChartLabelLocation.VALUES
A public read-only list of all the 'Label Location' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartLabelLocationModifier and TypeMethodDescriptionstatic ChartLabelLocation
ChartLabelLocation.get
(int value) Returns the 'Label Location' literal with the specified integer value.static ChartLabelLocation
Returns the 'Label Location' literal with the specified literal value.static ChartLabelLocation
Returns the 'Label Location' literal with the specified name.Chart.getLabelsLocation()
Returns the value of the 'Labels Location' attribute.LabelArea.getLocation()
Returns the value of the 'Location' attribute.static ChartLabelLocation
Returns the enum constant of this class with the specified name.static ChartLabelLocation[]
ChartLabelLocation.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 ChartLabelLocationModifier and TypeMethodDescriptionvoid
Chart.setLabelsLocation
(ChartLabelLocation value) Sets the value of the 'Labels Location
' attribute.void
LabelArea.setLocation
(ChartLabelLocation value) Sets the value of the 'Location
' attribute. -
Uses of ChartLabelLocation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartLabelLocationModifier and TypeMethodDescriptionChartFactoryImpl.createChartLabelLocationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getLabelsLocation()
LabelAreaImpl.getLocation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartLabelLocationModifier and TypeMethodDescriptionvoid
ChartImpl.setLabelsLocation
(ChartLabelLocation newLabelsLocation) void
LabelAreaImpl.setLocation
(ChartLabelLocation newLocation) -
Uses of ChartLabelLocation in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components that return types with arguments of type ChartLabelLocationModifier and TypeMethodDescriptionprotected Collection<ChartLabelLocation>
ChartLabelLocationComponent.filter
(Collection<ChartLabelLocation> values, Version version) Method parameters in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components with type arguments of type ChartLabelLocationModifier and TypeMethodDescriptionprotected Collection<ChartLabelLocation>
ChartLabelLocationComponent.filter
(Collection<ChartLabelLocation> values, Version version) -
Uses of ChartLabelLocation in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea that return types with arguments of type ChartLabelLocationModifier and TypeMethodDescriptionILabelAreaDetailedModel.getLocationValue()
Gets the model value for editing label area's "location" property.LabelAreaDetailedModel.getLocationValue()