Uses of Interface
com._1c.g5.v8.dt.chart.model.ChartScale
Packages that use ChartScale
Package
Description
-
Uses of ChartScale in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return ChartScaleModifier and TypeMethodDescriptionChartFactory.createChartScale()Returns a new object of class 'Scale'.Chart.getAdditionalValuesScale()Returns the value of the 'Additional Values Scale' containment reference.Chart.getPointsScale()Returns the value of the 'Points Scale' containment reference.Chart.getSeriesScale()Returns the value of the 'Series Scale' containment reference.Chart.getValuesScale()Returns the value of the 'Values Scale' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidChart.setAdditionalValuesScale(ChartScale value) Sets the value of the 'Additional Values Scale' containment reference.voidChart.setPointsScale(ChartScale value) Sets the value of the 'Points Scale' containment reference.voidChart.setSeriesScale(ChartScale value) Sets the value of the 'Series Scale' containment reference.voidChart.setValuesScale(ChartScale value) Sets the value of the 'Values Scale' containment reference. -
Uses of ChartScale in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement ChartScaleModifier and TypeClassDescriptionclassAn implementation of the model object 'Scale'.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartScaleModifier and TypeMethodDescriptionChartFactoryImpl.createChartScale()ChartImpl.getAdditionalValuesScale()ChartImpl.getPointsScale()ChartImpl.getSeriesScale()ChartImpl.getValuesScale()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidChartImpl.setAdditionalValuesScale(ChartScale newAdditionalValuesScale) voidChartImpl.setPointsScale(ChartScale newPointsScale) voidChartImpl.setSeriesScale(ChartScale newSeriesScale) voidChartImpl.setValuesScale(ChartScale newValuesScale) -
Uses of ChartScale in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type ChartScaleModifier and TypeMethodDescriptionChartSwitch.caseChartScale(ChartScale object) Returns the result of interpreting the object as an instance of 'Scale'. -
Uses of ChartScale in com._1c.g5.v8.dt.dcs.model.areaTemplate
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate that return ChartScaleModifier and TypeMethodDescriptionDataCompositionAreaTemplateChartAppearance.getAdditionalValuesScale()Returns the value of the 'Additional Values Scale' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidDataCompositionAreaTemplateChartAppearance.setAdditionalValuesScale(ChartScale value) Sets the value of the 'Additional Values Scale' containment reference. -
Uses of ChartScale in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl that return ChartScaleModifier and TypeMethodDescriptionDataCompositionAreaTemplateChartAppearanceImpl.getAdditionalValuesScale()Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidDataCompositionAreaTemplateChartAppearanceImpl.setAdditionalValuesScale(ChartScale newAdditionalValuesScale) -
Uses of ChartScale in com._1c.g5.v8.dt.dcs.model.core
Methods in com._1c.g5.v8.dt.dcs.model.core that return ChartScaleModifier and TypeMethodDescriptionChartScaleValue.getChartScale()Returns the value of the 'Chart Scale' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidChartScaleValue.setChartScale(ChartScale value) Sets the value of the 'Chart Scale' containment reference. -
Uses of ChartScale in com._1c.g5.v8.dt.dcs.model.core.impl
Methods in com._1c.g5.v8.dt.dcs.model.core.impl that return ChartScaleMethods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidChartScaleValueImpl.setChartScale(ChartScale newChartScale) -
Uses of ChartScale in com._1c.g5.v8.dt.dcs.model.settings
Methods in com._1c.g5.v8.dt.dcs.model.settings that return ChartScaleModifier and TypeMethodDescriptionDataCompositionChartOutputParameterValues.getAdditionalValuesScale()Returns the value of the 'Additional Values Scale' containment reference.DataCompositionOutputParameterValues.getAdditionalValuesScale()Returns the value of the 'Additional Values Scale' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.settings with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidDataCompositionChartOutputParameterValues.setAdditionalValuesScale(ChartScale value) Sets the value of the 'Additional Values Scale' containment reference.voidDataCompositionOutputParameterValues.setAdditionalValuesScale(ChartScale value) Sets the value of the 'Additional Values Scale' containment reference. -
Uses of ChartScale in com._1c.g5.v8.dt.dcs.model.settings.impl
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl that return ChartScaleModifier and TypeMethodDescriptionDataCompositionChartOutputParameterValuesImpl.getAdditionalValuesScale()DataCompositionOutputParameterValuesImpl.getAdditionalValuesScale()Methods in com._1c.g5.v8.dt.dcs.model.settings.impl with parameters of type ChartScaleModifier and TypeMethodDescriptionvoidDataCompositionChartOutputParameterValuesImpl.setAdditionalValuesScale(ChartScale newAdditionalValuesScale) voidDataCompositionOutputParameterValuesImpl.setAdditionalValuesScale(ChartScale newAdditionalValuesScale) -
Uses of ChartScale in com._1c.g5.v8.dt.form.ui.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models that return ChartScaleModifier and TypeMethodDescriptionChartScaleDetailedModel.getChartScale()IChartScaleDetailedModel.getChartScale()Gets chart scale.Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.models with parameters of type ChartScaleModifierConstructorDescriptionChartScaleDetailedModel(ChartScale chartScale, Version version, IV8Project v8project, IEditingLanguageManager languageManager, IModelEditingSupport modelEditingSupport, IColorProvider colorProvider, IFontProvider fontProvider, IModelObjectFactory chartObjectsFactory, IBorderProvider borderProvider) The contructor.