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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type GaugeChartValuesPresentation Modifier and Type Field Description static List<GaugeChartValuesPresentation>
GaugeChartValuesPresentation. VALUES
A 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 GaugeChartValuesPresentation
GaugeChartValuesPresentation. get(int value)
Returns the 'Gauge Chart Values Presentation' literal with the specified integer value.static GaugeChartValuesPresentation
GaugeChartValuesPresentation. get(String literal)
Returns the 'Gauge Chart Values Presentation' literal with the specified literal value.static GaugeChartValuesPresentation
GaugeChartValuesPresentation. getByName(String name)
Returns the 'Gauge Chart Values Presentation' literal with the specified name.GaugeChartValuesPresentation
Chart. getGaugeValuesPresentation()
Returns the value of the 'Gauge Values Presentation' attribute.static GaugeChartValuesPresentation
GaugeChartValuesPresentation. 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 void
Chart. setGaugeValuesPresentation(GaugeChartValuesPresentation value)
Sets the value of the 'Gauge Values Presentation
' attribute. -
Uses of GaugeChartValuesPresentation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return GaugeChartValuesPresentation Modifier and Type Method Description GaugeChartValuesPresentation
ChartFactoryImpl. createGaugeChartValuesPresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GaugeChartValuesPresentation
ChartImpl. getGaugeValuesPresentation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GaugeChartValuesPresentation Modifier and Type Method Description void
ChartImpl. setGaugeValuesPresentation(GaugeChartValuesPresentation newGaugeValuesPresentation)
-