Uses of Class
com._1c.g5.v8.dt.chart.model.GaugeChartValuesPresentation
- 
Packages that use GaugeChartValuesPresentation Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl 
- 
- 
Uses of GaugeChartValuesPresentation in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type GaugeChartValuesPresentation Modifier and Type Field Description static List<GaugeChartValuesPresentation>GaugeChartValuesPresentation. VALUESA public read-only list of all the 'Gauge Chart Values Presentation' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return GaugeChartValuesPresentation Modifier and Type Method Description static GaugeChartValuesPresentationGaugeChartValuesPresentation. get(int value)Returns the 'Gauge Chart Values Presentation' literal with the specified integer value.static GaugeChartValuesPresentationGaugeChartValuesPresentation. get(String literal)Returns the 'Gauge Chart Values Presentation' literal with the specified literal value.static GaugeChartValuesPresentationGaugeChartValuesPresentation. getByName(String name)Returns the 'Gauge Chart Values Presentation' literal with the specified name.GaugeChartValuesPresentationChart. getGaugeValuesPresentation()Returns the value of the 'Gauge Values Presentation' attribute.static GaugeChartValuesPresentationGaugeChartValuesPresentation. valueOf(String name)Returns the enum constant of this type with the specified name.static GaugeChartValuesPresentation[]GaugeChartValuesPresentation. 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 GaugeChartValuesPresentation Modifier and Type Method Description voidChart. setGaugeValuesPresentation(GaugeChartValuesPresentation value)Sets the value of the 'Gauge Values Presentation' attribute.
- 
Uses of GaugeChartValuesPresentation in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return GaugeChartValuesPresentation Modifier and Type Method Description GaugeChartValuesPresentationChartFactoryImpl. createGaugeChartValuesPresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)GaugeChartValuesPresentationChartImpl. getGaugeValuesPresentation()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GaugeChartValuesPresentation Modifier and Type Method Description voidChartImpl. setGaugeValuesPresentation(GaugeChartValuesPresentation newGaugeValuesPresentation)
 
-