Interface DataCompositionAreaTemplateChartGroupAppearance
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ParameterValues
- All Known Implementing Classes:
DataCompositionAreaTemplateChartGroupAppearanceImpl
A representation of the model object 'Data Composition Area Template Chart Group Appearance'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Reference Band In Chart' containment reference.Returns the value of the 'Reference Line In Chart' containment reference.Returns the value of the 'Stack Group In Chart' attribute.Returns the value of the 'Stack Type In Chart' attribute.Returns the value of the 'Used Value Axis In Chart' attribute.Returns the value of the 'Visual Type In Chart' attribute.void
Sets the value of the 'Reference Band In Chart
' containment reference.void
Sets the value of the 'Reference Line In Chart
' containment reference.void
setStackGroupInChart
(String value) Sets the value of the 'Stack Group In Chart
' attribute.void
Sets the value of the 'Stack Type In Chart
' attribute.void
Sets the value of the 'Used Value Axis In Chart
' attribute.void
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 Details
-
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
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:
-
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
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:
-
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:
-
setVisualTypeInChart
Sets the value of the 'Visual Type In Chart
' attribute.- Parameters:
value
- the new value of the 'Visual Type In Chart' attribute.- See Also:
-
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:
-
setStackTypeInChart
Sets the value of the 'Stack Type In Chart
' attribute.- Parameters:
value
- the new value of the 'Stack Type In Chart' attribute.- See Also:
-
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:
-
setUsedValueAxisInChart
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:
-
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
Sets the value of the 'Stack Group In Chart
' attribute.- Parameters:
value
- the new value of the 'Stack Group In Chart' attribute.- See Also:
-