Uses of Interface
com._1c.g5.v8.dt.chart.model.LabelArea
- 
Packages that use LabelArea 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 LabelArea in com._1c.g5.v8.dt.chart.modelMethods in com._1c.g5.v8.dt.chart.model that return LabelArea Modifier and Type Method Description LabelAreaChartFactory. createLabelArea()Returns a new object of class 'Label Area'.LabelAreaTrendline. getEquationArea()Returns the value of the 'Equation Area' containment reference.LabelAreaChartReferenceBand. getLabelArea()Returns the value of the 'Label Area' containment reference.LabelAreaChartReferenceLine. getLabelArea()Returns the value of the 'Label Area' containment reference.LabelAreaChartScale. getTitleArea()Returns the value of the 'Title Area' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type LabelArea Modifier and Type Method Description voidTrendline. 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.implClasses in com._1c.g5.v8.dt.chart.model.impl that implement LabelArea Modifier and Type Class Description classLabelAreaImplAn implementation of the model object 'Label Area'.Methods in com._1c.g5.v8.dt.chart.model.impl that return LabelArea Modifier and Type Method Description LabelAreaChartFactoryImpl. createLabelArea()LabelAreaTrendlineImpl. getEquationArea()LabelAreaChartReferenceBandImpl. getLabelArea()LabelAreaChartReferenceLineImpl. getLabelArea()LabelAreaChartScaleImpl. getTitleArea()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type LabelArea Modifier and Type Method Description voidTrendlineImpl. 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.utilMethods in com._1c.g5.v8.dt.chart.model.util with parameters of type LabelArea Modifier and Type Method Description TChartSwitch. caseLabelArea(LabelArea object)Returns the result of interpreting the object as an instance of 'Label Area'.
 
-