Uses of Enum Class
com._1c.g5.v8.dt.chart.model.GaugeChartValuesPresentation
Packages that use GaugeChartValuesPresentation
-
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 GaugeChartValuesPresentationModifier and TypeFieldDescriptionstatic final 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 GaugeChartValuesPresentationModifier and TypeMethodDescriptionstatic GaugeChartValuesPresentation
GaugeChartValuesPresentation.get
(int value) Returns the 'Gauge Chart Values Presentation' literal with the specified integer value.static GaugeChartValuesPresentation
Returns the 'Gauge Chart Values Presentation' literal with the specified literal value.static GaugeChartValuesPresentation
Returns the 'Gauge Chart Values Presentation' literal with the specified name.Chart.getGaugeValuesPresentation()
Returns the value of the 'Gauge Values Presentation' attribute.static GaugeChartValuesPresentation
Returns the enum constant of this class with the specified name.static GaugeChartValuesPresentation[]
GaugeChartValuesPresentation.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 GaugeChartValuesPresentationModifier and TypeMethodDescriptionvoid
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 GaugeChartValuesPresentationModifier and TypeMethodDescriptionChartFactoryImpl.createGaugeChartValuesPresentationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getGaugeValuesPresentation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GaugeChartValuesPresentationModifier and TypeMethodDescriptionvoid
ChartImpl.setGaugeValuesPresentation
(GaugeChartValuesPresentation newGaugeValuesPresentation)