Uses of Interface
com._1c.g5.v8.dt.chart.model.LabelArea
Packages that use LabelArea
Package
Description
-
Uses of LabelArea in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return LabelAreaModifier and TypeMethodDescriptionChartFactory.createLabelArea()Returns a new object of class 'Label Area'.Trendline.getEquationArea()Returns the value of the 'Equation Area' containment reference.ChartReferenceBand.getLabelArea()Returns the value of the 'Label Area' containment reference.ChartReferenceLine.getLabelArea()Returns the value of the 'Label Area' containment reference.ChartScale.getTitleArea()Returns the value of the 'Title Area' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type LabelAreaModifier and TypeMethodDescriptionvoidTrendline.setEquationArea(LabelArea value) Sets the value of the 'Equation Area' containment reference.voidChartReferenceBand.setLabelArea(LabelArea value) Sets the value of the 'Label Area' containment reference.voidChartReferenceLine.setLabelArea(LabelArea value) Sets the value of the 'Label Area' containment reference.voidChartScale.setTitleArea(LabelArea value) Sets the value of the 'Title Area' containment reference. -
Uses of LabelArea in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement LabelAreaModifier and TypeClassDescriptionclassAn implementation of the model object 'Label Area'.Methods in com._1c.g5.v8.dt.chart.model.impl that return LabelAreaModifier and TypeMethodDescriptionChartFactoryImpl.createLabelArea()TrendlineImpl.getEquationArea()ChartReferenceBandImpl.getLabelArea()ChartReferenceLineImpl.getLabelArea()ChartScaleImpl.getTitleArea()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type LabelAreaModifier and TypeMethodDescriptionvoidTrendlineImpl.setEquationArea(LabelArea newEquationArea) voidChartReferenceBandImpl.setLabelArea(LabelArea newLabelArea) voidChartReferenceLineImpl.setLabelArea(LabelArea newLabelArea) voidChartScaleImpl.setTitleArea(LabelArea newTitleArea) -
Uses of LabelArea in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type LabelAreaModifier and TypeMethodDescriptionChartSwitch.caseLabelArea(LabelArea object) Returns the result of interpreting the object as an instance of 'Label Area'. -
Uses of LabelArea in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Constructors in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models with parameters of type LabelArea -
Uses of LabelArea in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea that return LabelAreaModifier and TypeMethodDescriptionILabelAreaDetailedModel.getLabelArea()Gets the label area.LabelAreaDetailedModel.getLabelArea()Constructors in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea with parameters of type LabelAreaModifierConstructorDescriptionLabelAreaDetailedModel(LabelArea labelArea, IV8Project v8project, IColorProvider colorProvider, IFontProvider fontProvider, IBorderProvider borderProvider, IEditingLanguageManager languageManager) The constructor. -
Uses of LabelArea in com._1c.g5.v8.dt.form.ui.internal.chart.aef.utils
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.utils with parameters of type LabelAreaModifier and TypeMethodDescriptionstatic StringLabelAreaUtils.getEquationAreaRepresentation(LabelArea area, String languageCode) Gets the equation area string represenatation.