Uses of Interface
com._1c.g5.v8.dt.chart.model.GaugeChartQualityBands
Packages that use GaugeChartQualityBands
Package
Description
-
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return GaugeChartQualityBandsModifier and TypeMethodDescriptionChartFactory.createGaugeChartQualityBands()
Returns a new object of class 'Gauge Chart Quality Bands'.Chart.getGaugeQualityBands()
Returns the value of the 'Gauge Quality Bands' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type GaugeChartQualityBandsModifier and TypeMethodDescriptionvoid
Chart.setGaugeQualityBands
(GaugeChartQualityBands value) Sets the value of the 'Gauge Quality Bands
' containment reference. -
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement GaugeChartQualityBandsModifier and TypeClassDescriptionclass
An implementation of the model object 'Gauge Chart Quality Bands'.Methods in com._1c.g5.v8.dt.chart.model.impl that return GaugeChartQualityBandsModifier and TypeMethodDescriptionChartFactoryImpl.createGaugeChartQualityBands()
ChartImpl.getGaugeQualityBands()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GaugeChartQualityBandsModifier and TypeMethodDescriptionvoid
ChartImpl.setGaugeQualityBands
(GaugeChartQualityBands newGaugeQualityBands) -
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type GaugeChartQualityBandsModifier and TypeMethodDescriptionChartSwitch.caseGaugeChartQualityBands
(GaugeChartQualityBands object) Returns the result of interpreting the object as an instance of 'Gauge Chart Quality Bands'. -
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that return GaugeChartQualityBandsModifier and TypeMethodDescriptionGaugeChartQualityBandsGridModel.getBands()
IGaugeChartQualityBandsGridModel.getBands()
Get the underlying band object.Constructors in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models with parameters of type GaugeChartQualityBandsModifierConstructorDescriptionGaugeChartQualityBandsGridModel
(IModelObjectFactory chartObjectsFactory, GaugeChartQualityBands bands, Version version, IColorProvider colorProvider, IEditingLanguageManager languageManager, IV8Project v8project, IModelEditingSupport modelEditingSupport, boolean isReadOnly) The constructor.