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.model
Methods in com._1c.g5.v8.dt.chart.model that return LabelArea Modifier and Type Method Description LabelArea
ChartFactory. createLabelArea()
Returns a new object of class 'Label Area'.LabelArea
Trendline. getEquationArea()
Returns the value of the 'Equation Area' containment reference.LabelArea
ChartReferenceBand. getLabelArea()
Returns the value of the 'Label Area' containment reference.LabelArea
ChartReferenceLine. getLabelArea()
Returns the value of the 'Label Area' containment reference.LabelArea
ChartScale. 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 void
Trendline. setEquationArea(LabelArea value)
Sets the value of the 'Equation Area
' containment reference.void
ChartReferenceBand. setLabelArea(LabelArea value)
Sets the value of the 'Label Area
' containment reference.void
ChartReferenceLine. setLabelArea(LabelArea value)
Sets the value of the 'Label Area
' containment reference.void
ChartScale. 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 LabelArea Modifier and Type Class Description class
LabelAreaImpl
An 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 LabelArea
ChartFactoryImpl. createLabelArea()
LabelArea
TrendlineImpl. getEquationArea()
LabelArea
ChartReferenceBandImpl. getLabelArea()
LabelArea
ChartReferenceLineImpl. getLabelArea()
LabelArea
ChartScaleImpl. getTitleArea()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type LabelArea Modifier and Type Method Description void
TrendlineImpl. setEquationArea(LabelArea newEquationArea)
void
ChartReferenceBandImpl. setLabelArea(LabelArea newLabelArea)
void
ChartReferenceLineImpl. setLabelArea(LabelArea newLabelArea)
void
ChartScaleImpl. 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 LabelArea Modifier and Type Method Description T
ChartSwitch. caseLabelArea(LabelArea object)
Returns the result of interpreting the object as an instance of 'Label Area'.
-