Uses of Interface
com._1c.g5.v8.dt.chart.model.GaugeChartQualityBands
-
Packages that use GaugeChartQualityBands Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.chart.model.util -
-
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return GaugeChartQualityBands Modifier and Type Method Description GaugeChartQualityBands
ChartFactory. createGaugeChartQualityBands()
Returns a new object of class 'Gauge Chart Quality Bands'.GaugeChartQualityBands
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 GaugeChartQualityBands Modifier and Type Method Description void
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 GaugeChartQualityBands Modifier and Type Class Description class
GaugeChartQualityBandsImpl
An implementation of the model object 'Gauge Chart Quality Bands'.Methods in com._1c.g5.v8.dt.chart.model.impl that return GaugeChartQualityBands Modifier and Type Method Description GaugeChartQualityBands
ChartFactoryImpl. createGaugeChartQualityBands()
GaugeChartQualityBands
ChartImpl. getGaugeQualityBands()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type GaugeChartQualityBands Modifier and Type Method Description void
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 GaugeChartQualityBands Modifier and Type Method Description T
ChartSwitch. caseGaugeChartQualityBands(GaugeChartQualityBands object)
Returns the result of interpreting the object as an instance of 'Gauge Chart Quality Bands'.
-