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.VALUESA 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 GaugeChartValuesPresentationGaugeChartValuesPresentation.get(int value) Returns the 'Gauge Chart Values Presentation' literal with the specified integer value.static GaugeChartValuesPresentationReturns the 'Gauge Chart Values Presentation' literal with the specified literal value.static GaugeChartValuesPresentationReturns the 'Gauge Chart Values Presentation' literal with the specified name.Chart.getGaugeValuesPresentation()Returns the value of the 'Gauge Values Presentation' attribute.static GaugeChartValuesPresentationReturns 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 TypeMethodDescriptionvoidChart.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 TypeMethodDescriptionvoidChartImpl.setGaugeValuesPresentation(GaugeChartValuesPresentation newGaugeValuesPresentation)