Uses of Interface
com._1c.g5.v8.dt.chart.model.ChartScale
-
-
Uses of ChartScale in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return ChartScale Modifier and Type Method Description ChartScale
ChartFactory. createChartScale()
Returns a new object of class 'Scale'.ChartScale
Chart. getAdditionalValuesScale()
Returns the value of the 'Additional Values Scale' containment reference.ChartScale
Chart. getPointsScale()
Returns the value of the 'Points Scale' containment reference.ChartScale
Chart. getSeriesScale()
Returns the value of the 'Series Scale' containment reference.ChartScale
Chart. getValuesScale()
Returns the value of the 'Values Scale' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Class Description class
ChartScaleImpl
An implementation of the model object 'Scale'.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartScale Modifier and Type Method Description ChartScale
ChartFactoryImpl. createChartScale()
ChartScale
ChartImpl. getAdditionalValuesScale()
ChartScale
ChartImpl. getPointsScale()
ChartScale
ChartImpl. getSeriesScale()
ChartScale
ChartImpl. getValuesScale()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Method Description T
ChartSwitch. 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 ChartScale Modifier and Type Method Description ChartScale
DataCompositionAreaTemplateChartAppearance. 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 ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Method Description ChartScale
DataCompositionAreaTemplateChartAppearanceImpl. getAdditionalValuesScale()
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Method Description ChartScale
ChartScaleValue. getChartScale()
Returns the value of the 'Chart Scale' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Method Description ChartScale
ChartScaleValueImpl. getChartScale()
Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Method Description ChartScale
DataCompositionChartOutputParameterValues. getAdditionalValuesScale()
Returns the value of the 'Additional Values Scale' containment reference.ChartScale
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 ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Method Description ChartScale
DataCompositionChartOutputParameterValuesImpl. getAdditionalValuesScale()
ChartScale
DataCompositionOutputParameterValuesImpl. getAdditionalValuesScale()
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl with parameters of type ChartScale Modifier and Type Method Description void
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 ChartScale Modifier and Type Method Description ChartScale
ChartScaleDetailedModel. getChartScale()
ChartScale
IChartScaleDetailedModel. getChartScale()
Gets chart scale.Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.models with parameters of type ChartScale Constructor Description ChartScaleDetailedModel(ChartScale chartScale, Version version, IV8Project v8project, IEditingLanguageManager languageManager, IModelEditingSupport modelEditingSupport, IColorProvider colorProvider, IFontProvider fontProvider, IModelObjectFactory chartObjectsFactory, IBorderProvider borderProvider)
The contructor.
-