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 TypeMethodDescriptionvoid
Chart.setAdditionalValuesScale
(ChartScale value) Sets the value of the 'Additional Values Scale
' containment reference.void
Chart.setPointsScale
(ChartScale value) Sets the value of the 'Points Scale
' containment reference.void
Chart.setSeriesScale
(ChartScale value) Sets the value of the 'Series Scale
' containment reference.void
Chart.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
ChartImpl.setAdditionalValuesScale
(ChartScale newAdditionalValuesScale) void
ChartImpl.setPointsScale
(ChartScale newPointsScale) void
ChartImpl.setSeriesScale
(ChartScale newSeriesScale) void
ChartImpl.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 TypeMethodDescriptionvoid
DataCompositionAreaTemplateChartAppearance.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 TypeMethodDescriptionvoid
DataCompositionAreaTemplateChartAppearanceImpl.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 TypeMethodDescriptionvoid
ChartScaleValue.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 TypeMethodDescriptionvoid
ChartScaleValueImpl.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 TypeMethodDescriptionvoid
DataCompositionChartOutputParameterValues.setAdditionalValuesScale
(ChartScale value) Sets the value of the 'Additional Values Scale
' containment reference.void
DataCompositionOutputParameterValues.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 TypeMethodDescriptionvoid
DataCompositionChartOutputParameterValuesImpl.setAdditionalValuesScale
(ChartScale newAdditionalValuesScale) void
DataCompositionOutputParameterValuesImpl.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.