Uses of Class
com._1c.g5.v8.dt.chart.model.GaugeChartLabelsLocation
-
Packages that use GaugeChartLabelsLocation Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
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 GaugeChartLabelsLocation Modifier and Type Field Description static 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 GaugeChartLabelsLocation Modifier and Type Method Description static GaugeChartLabelsLocation
GaugeChartLabelsLocation. get(int value)
Returns the 'Gauge Chart Labels Location' literal with the specified integer value.static GaugeChartLabelsLocation
GaugeChartLabelsLocation. get(String literal)
Returns the 'Gauge Chart Labels Location' literal with the specified literal value.static GaugeChartLabelsLocation
GaugeChartLabelsLocation. getByName(String name)
Returns the 'Gauge Chart Labels Location' literal with the specified name.GaugeChartLabelsLocation
Chart. getGaugeLabelsLocation()
Returns the value of the 'Gauge Labels Location' attribute.static GaugeChartLabelsLocation
GaugeChartLabelsLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static GaugeChartLabelsLocation[]
GaugeChartLabelsLocation. 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 GaugeChartLabelsLocation Modifier and Type Method Description void
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 GaugeChartLabelsLocation Modifier and Type Method Description GaugeChartLabelsLocation
ChartFactoryImpl. createGaugeChartLabelsLocationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GaugeChartLabelsLocation
ChartImpl. getGaugeLabelsLocation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GaugeChartLabelsLocation Modifier and Type Method Description void
ChartImpl. setGaugeLabelsLocation(GaugeChartLabelsLocation newGaugeLabelsLocation)
-