Interface DataCompositionAreaTemplateChartGroupAppearance
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- ParameterValues
 - All Known Implementing Classes:
- DataCompositionAreaTemplateChartGroupAppearanceImpl
 
 public interface DataCompositionAreaTemplateChartGroupAppearance extends ParameterValues A representation of the model object 'Data Composition Area Template Chart Group Appearance'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartReferenceBandgetReferenceBandInChart()Returns the value of the 'Reference Band In Chart' containment reference.ChartReferenceLinegetReferenceLineInChart()Returns the value of the 'Reference Line In Chart' containment reference.StringgetStackGroupInChart()Returns the value of the 'Stack Group In Chart' attribute.ChartSeriesStackTypegetStackTypeInChart()Returns the value of the 'Stack Type In Chart' attribute.UsedChartValuesAxisgetUsedValueAxisInChart()Returns the value of the 'Used Value Axis In Chart' attribute.ChartSeriesGraphicalRepresentationTypegetVisualTypeInChart()Returns the value of the 'Visual Type In Chart' attribute.voidsetReferenceBandInChart(ChartReferenceBand value)Sets the value of the 'Reference Band In Chart' containment reference.voidsetReferenceLineInChart(ChartReferenceLine value)Sets the value of the 'Reference Line In Chart' containment reference.voidsetStackGroupInChart(String value)Sets the value of the 'Stack Group In Chart' attribute.voidsetStackTypeInChart(ChartSeriesStackType value)Sets the value of the 'Stack Type In Chart' attribute.voidsetUsedValueAxisInChart(UsedChartValuesAxis value)Sets the value of the 'Used Value Axis In Chart' attribute.voidsetVisualTypeInChart(ChartSeriesGraphicalRepresentationType value)Sets the value of the 'Visual Type In Chart' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.core.ParameterValuesgetItems
 
- 
 
- 
- 
- 
Method Detail- 
getReferenceLineInChartChartReferenceLine getReferenceLineInChart() Returns the value of the 'Reference Line In Chart' containment reference.- Returns:
- the value of the 'Reference Line In Chart' containment reference.
- See Also:
- setReferenceLineInChart(ChartReferenceLine),- DcsPackage.getDataCompositionAreaTemplateChartGroupAppearance_ReferenceLineInChart()
 
 - 
setReferenceLineInChartvoid setReferenceLineInChart(ChartReferenceLine value) Sets the value of the 'Reference Line In Chart' containment reference.- Parameters:
- value- the new value of the 'Reference Line In Chart' containment reference.
- See Also:
- getReferenceLineInChart()
 
 - 
getReferenceBandInChartChartReferenceBand getReferenceBandInChart() Returns the value of the 'Reference Band In Chart' containment reference.- Returns:
- the value of the 'Reference Band In Chart' containment reference.
- See Also:
- setReferenceBandInChart(ChartReferenceBand),- DcsPackage.getDataCompositionAreaTemplateChartGroupAppearance_ReferenceBandInChart()
 
 - 
setReferenceBandInChartvoid setReferenceBandInChart(ChartReferenceBand value) Sets the value of the 'Reference Band In Chart' containment reference.- Parameters:
- value- the new value of the 'Reference Band In Chart' containment reference.
- See Also:
- getReferenceBandInChart()
 
 - 
getVisualTypeInChartChartSeriesGraphicalRepresentationType getVisualTypeInChart() Returns the value of the 'Visual Type In Chart' attribute. The literals are from the enumerationChartSeriesGraphicalRepresentationType.- Returns:
- the value of the 'Visual Type In Chart' attribute.
- See Also:
- ChartSeriesGraphicalRepresentationType,- setVisualTypeInChart(ChartSeriesGraphicalRepresentationType),- DcsPackage.getDataCompositionAreaTemplateChartGroupAppearance_VisualTypeInChart()
 
 - 
setVisualTypeInChartvoid setVisualTypeInChart(ChartSeriesGraphicalRepresentationType value) Sets the value of the 'Visual Type In Chart' attribute.- Parameters:
- value- the new value of the 'Visual Type In Chart' attribute.
- See Also:
- ChartSeriesGraphicalRepresentationType,- getVisualTypeInChart()
 
 - 
getStackTypeInChartChartSeriesStackType getStackTypeInChart() Returns the value of the 'Stack Type In Chart' attribute. The literals are from the enumerationChartSeriesStackType.- Returns:
- the value of the 'Stack Type In Chart' attribute.
- See Also:
- ChartSeriesStackType,- setStackTypeInChart(ChartSeriesStackType),- DcsPackage.getDataCompositionAreaTemplateChartGroupAppearance_StackTypeInChart()
 
 - 
setStackTypeInChartvoid setStackTypeInChart(ChartSeriesStackType value) Sets the value of the 'Stack Type In Chart' attribute.- Parameters:
- value- the new value of the 'Stack Type In Chart' attribute.
- See Also:
- ChartSeriesStackType,- getStackTypeInChart()
 
 - 
getUsedValueAxisInChartUsedChartValuesAxis getUsedValueAxisInChart() Returns the value of the 'Used Value Axis In Chart' attribute. The literals are from the enumerationUsedChartValuesAxis.- Returns:
- the value of the 'Used Value Axis In Chart' attribute.
- See Also:
- UsedChartValuesAxis,- setUsedValueAxisInChart(UsedChartValuesAxis),- DcsPackage.getDataCompositionAreaTemplateChartGroupAppearance_UsedValueAxisInChart()
 
 - 
setUsedValueAxisInChartvoid setUsedValueAxisInChart(UsedChartValuesAxis value) Sets the value of the 'Used Value Axis In Chart' attribute.- Parameters:
- value- the new value of the 'Used Value Axis In Chart' attribute.
- See Also:
- UsedChartValuesAxis,- getUsedValueAxisInChart()
 
 - 
getStackGroupInChartString getStackGroupInChart() Returns the value of the 'Stack Group In Chart' attribute.- Returns:
- the value of the 'Stack Group In Chart' attribute.
- See Also:
- setStackGroupInChart(String),- DcsPackage.getDataCompositionAreaTemplateChartGroupAppearance_StackGroupInChart()
 
 - 
setStackGroupInChartvoid setStackGroupInChart(String value) Sets the value of the 'Stack Group In Chart' attribute.- Parameters:
- value- the new value of the 'Stack Group In Chart' attribute.
- See Also:
- getStackGroupInChart()
 
 
- 
 
-