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.VALUESA 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 GaugeChartLabelsLocationGaugeChartLabelsLocation.get(int value) Returns the 'Gauge Chart Labels Location' literal with the specified integer value.static GaugeChartLabelsLocationReturns the 'Gauge Chart Labels Location' literal with the specified literal value.static GaugeChartLabelsLocationReturns the 'Gauge Chart Labels Location' literal with the specified name.Chart.getGaugeLabelsLocation()Returns the value of the 'Gauge Labels Location' attribute.static GaugeChartLabelsLocationReturns 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 TypeMethodDescriptionvoidChart.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 TypeMethodDescriptionvoidChartImpl.setGaugeLabelsLocation(GaugeChartLabelsLocation newGaugeLabelsLocation)