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 Summary
All 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.core.ParameterValues
getItems
-
-
-
-
Method Detail
-
getReferenceLineInChart
ChartReferenceLine 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()
-
setReferenceLineInChart
void 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()
-
getReferenceBandInChart
ChartReferenceBand 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()
-
setReferenceBandInChart
void 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()
-
getVisualTypeInChart
ChartSeriesGraphicalRepresentationType 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()
-
setVisualTypeInChart
void 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()
-
getStackTypeInChart
ChartSeriesStackType 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()
-
setStackTypeInChart
void 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()
-
getUsedValueAxisInChart
UsedChartValuesAxis 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()
-
setUsedValueAxisInChart
void 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()
-
getStackGroupInChart
String 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()
-
setStackGroupInChart
void 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()
-
-