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