Package com._1c.g5.v8.dt.chart.model
Interface SeriesProperties
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- SeriesPropertiesImpl
 
 public interface SeriesProperties extends IBmObject A representation of the model object 'Series Properties'.The following features are supported: - Id
- Val Info
- Color
- Line
- Marker
- Text
- Expand
- Indicator
- Str Is Changed
- Info
- Key
- Color Priority
- Show Graphical Representation Of Data In Chart Legend
- Show Graphical Representation Of Data On Chart
- Visual Type
- Add Type
- Values Axis Usage
- Stack Group
- Value Label Format
- Percent Label Format
- Data Table Label Format
- Values Edit Mode
 - See Also:
- ChartPackage.getSeriesProperties()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartSeriesStackTypegetAddType()Returns the value of the 'Add Type' attribute.ColorgetColor()Returns the value of the 'Color' containment reference.org.eclipse.emf.common.util.EMap<String,String>getDataTableLabelFormat()Returns the value of the 'Data Table Label Format' map.longgetId()Returns the value of the 'Id' attribute.SeriesCalcInfogetInfo()Returns the value of the 'Info' containment reference.ValuegetKey()Returns the value of the 'Key' containment reference.ChartLinegetLine()Returns the value of the 'Line' containment reference.MarkerTypegetMarker()Returns the value of the 'Marker' attribute.org.eclipse.emf.common.util.EMap<String,String>getPercentLabelFormat()Returns the value of the 'Percent Label Format' map.ShowInChartLegendgetShowGraphicalRepresentationOfDataInChartLegend()Returns the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.ShowOnChartgetShowGraphicalRepresentationOfDataOnChart()Returns the value of the 'Show Graphical Representation Of Data On Chart' attribute.StringgetStackGroup()Returns the value of the 'Stack Group' attribute.org.eclipse.emf.common.util.EMap<String,String>getText()Returns the value of the 'Text' map.ValuegetValInfo()Returns the value of the 'Val Info' containment reference.org.eclipse.emf.common.util.EMap<String,String>getValueLabelFormat()Returns the value of the 'Value Label Format' map.UsedChartValuesAxisgetValuesAxisUsage()Returns the value of the 'Values Axis Usage' attribute.ChartValuesEditModegetValuesEditMode()Returns the value of the 'Values Edit Mode' attribute.ChartSeriesGraphicalRepresentationTypegetVisualType()Returns the value of the 'Visual Type' attribute.booleanisColorPriority()Returns the value of the 'Color Priority' attribute.booleanisExpand()Returns the value of the 'Expand' attribute.booleanisIndicator()Returns the value of the 'Indicator' attribute.booleanisStrIsChanged()Returns the value of the 'Str Is Changed' attribute.voidsetAddType(ChartSeriesStackType value)Sets the value of the 'Add Type' attribute.voidsetColor(Color value)Sets the value of the 'Color' containment reference.voidsetColorPriority(boolean value)Sets the value of the 'Color Priority' attribute.voidsetExpand(boolean value)Sets the value of the 'Expand' attribute.voidsetId(long value)Sets the value of the 'Id' attribute.voidsetIndicator(boolean value)Sets the value of the 'Indicator' attribute.voidsetInfo(SeriesCalcInfo value)Sets the value of the 'Info' containment reference.voidsetKey(Value value)Sets the value of the 'Key' containment reference.voidsetLine(ChartLine value)Sets the value of the 'Line' containment reference.voidsetMarker(MarkerType value)Sets the value of the 'Marker' attribute.voidsetShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend value)Sets the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.voidsetShowGraphicalRepresentationOfDataOnChart(ShowOnChart value)Sets the value of the 'Show Graphical Representation Of Data On Chart' attribute.voidsetStackGroup(String value)Sets the value of the 'Stack Group' attribute.voidsetStrIsChanged(boolean value)Sets the value of the 'Str Is Changed' attribute.voidsetValInfo(Value value)Sets the value of the 'Val Info' containment reference.voidsetValuesAxisUsage(UsedChartValuesAxis value)Sets the value of the 'Values Axis Usage' attribute.voidsetValuesEditMode(ChartValuesEditMode value)Sets the value of the 'Values Edit Mode' attribute.voidsetVisualType(ChartSeriesGraphicalRepresentationType value)Sets the value of the 'Visual Type' 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 com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getIdlong getId() Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(long),- ChartPackage.getSeriesProperties_Id()
 
 - 
setIdvoid setId(long value) Sets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
- getId()
 
 - 
getValInfoValue getValInfo() Returns the value of the 'Val Info' containment reference.- Returns:
- the value of the 'Val Info' containment reference.
- See Also:
- setValInfo(Value),- ChartPackage.getSeriesProperties_ValInfo()
 
 - 
setValInfovoid setValInfo(Value value) Sets the value of the 'Val Info' containment reference.- Parameters:
- value- the new value of the 'Val Info' containment reference.
- See Also:
- getValInfo()
 
 - 
getColorColor getColor() Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
- setColor(Color),- ChartPackage.getSeriesProperties_Color()
 
 - 
setColorvoid setColor(Color value) Sets the value of the 'Color' containment reference.- Parameters:
- value- the new value of the 'Color' containment reference.
- See Also:
- getColor()
 
 - 
getLineChartLine getLine() Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
- setLine(ChartLine),- ChartPackage.getSeriesProperties_Line()
 
 - 
setLinevoid setLine(ChartLine value) Sets the value of the 'Line' containment reference.- Parameters:
- value- the new value of the 'Line' containment reference.
- See Also:
- getLine()
 
 - 
getMarkerMarkerType getMarker() Returns the value of the 'Marker' attribute. The literals are from the enumerationMarkerType.- Returns:
- the value of the 'Marker' attribute.
- See Also:
- MarkerType,- setMarker(MarkerType),- ChartPackage.getSeriesProperties_Marker()
 
 - 
setMarkervoid setMarker(MarkerType value) Sets the value of the 'Marker' attribute.- Parameters:
- value- the new value of the 'Marker' attribute.
- See Also:
- MarkerType,- getMarker()
 
 - 
getTextorg.eclipse.emf.common.util.EMap<String,String> getText() - Returns:
- the value of the 'Text' map.
- See Also:
- ChartPackage.getSeriesProperties_Text()
 
 - 
isExpandboolean isExpand() Returns the value of the 'Expand' attribute.- Returns:
- the value of the 'Expand' attribute.
- See Also:
- setExpand(boolean),- ChartPackage.getSeriesProperties_Expand()
 
 - 
setExpandvoid setExpand(boolean value) Sets the value of the 'Expand' attribute.- Parameters:
- value- the new value of the 'Expand' attribute.
- See Also:
- isExpand()
 
 - 
isIndicatorboolean isIndicator() Returns the value of the 'Indicator' attribute.- Returns:
- the value of the 'Indicator' attribute.
- See Also:
- setIndicator(boolean),- ChartPackage.getSeriesProperties_Indicator()
 
 - 
setIndicatorvoid setIndicator(boolean value) Sets the value of the 'Indicator' attribute.- Parameters:
- value- the new value of the 'Indicator' attribute.
- See Also:
- isIndicator()
 
 - 
isStrIsChangedboolean isStrIsChanged() Returns the value of the 'Str Is Changed' attribute.- Returns:
- the value of the 'Str Is Changed' attribute.
- See Also:
- setStrIsChanged(boolean),- ChartPackage.getSeriesProperties_StrIsChanged()
 
 - 
setStrIsChangedvoid setStrIsChanged(boolean value) Sets the value of the 'Str Is Changed' attribute.- Parameters:
- value- the new value of the 'Str Is Changed' attribute.
- See Also:
- isStrIsChanged()
 
 - 
getInfoSeriesCalcInfo getInfo() Returns the value of the 'Info' containment reference.- Returns:
- the value of the 'Info' containment reference.
- See Also:
- setInfo(SeriesCalcInfo),- ChartPackage.getSeriesProperties_Info()
 
 - 
setInfovoid setInfo(SeriesCalcInfo value) Sets the value of the 'Info' containment reference.- Parameters:
- value- the new value of the 'Info' containment reference.
- See Also:
- getInfo()
 
 - 
getKeyValue getKey() Returns the value of the 'Key' containment reference.- Returns:
- the value of the 'Key' containment reference.
- See Also:
- setKey(Value),- ChartPackage.getSeriesProperties_Key()
 
 - 
setKeyvoid setKey(Value value) Sets the value of the 'Key' containment reference.- Parameters:
- value- the new value of the 'Key' containment reference.
- See Also:
- getKey()
 
 - 
isColorPriorityboolean isColorPriority() Returns the value of the 'Color Priority' attribute.- Returns:
- the value of the 'Color Priority' attribute.
- See Also:
- setColorPriority(boolean),- ChartPackage.getSeriesProperties_ColorPriority()
 
 - 
setColorPriorityvoid setColorPriority(boolean value) Sets the value of the 'Color Priority' attribute.- Parameters:
- value- the new value of the 'Color Priority' attribute.
- See Also:
- isColorPriority()
 
 - 
getShowGraphicalRepresentationOfDataInChartLegendShowInChartLegend getShowGraphicalRepresentationOfDataInChartLegend() Returns the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute. The literals are from the enumerationShowInChartLegend.- Returns:
- the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.
- See Also:
- ShowInChartLegend,- setShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend),- ChartPackage.getSeriesProperties_ShowGraphicalRepresentationOfDataInChartLegend()
 
 - 
setShowGraphicalRepresentationOfDataInChartLegendvoid setShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend value) Sets the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.- Parameters:
- value- the new value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.
- See Also:
- ShowInChartLegend,- getShowGraphicalRepresentationOfDataInChartLegend()
 
 - 
getShowGraphicalRepresentationOfDataOnChartShowOnChart getShowGraphicalRepresentationOfDataOnChart() Returns the value of the 'Show Graphical Representation Of Data On Chart' attribute. The literals are from the enumerationShowOnChart.- Returns:
- the value of the 'Show Graphical Representation Of Data On Chart' attribute.
- See Also:
- ShowOnChart,- setShowGraphicalRepresentationOfDataOnChart(ShowOnChart),- ChartPackage.getSeriesProperties_ShowGraphicalRepresentationOfDataOnChart()
 
 - 
setShowGraphicalRepresentationOfDataOnChartvoid setShowGraphicalRepresentationOfDataOnChart(ShowOnChart value) Sets the value of the 'Show Graphical Representation Of Data On Chart' attribute.- Parameters:
- value- the new value of the 'Show Graphical Representation Of Data On Chart' attribute.
- See Also:
- ShowOnChart,- getShowGraphicalRepresentationOfDataOnChart()
 
 - 
getVisualTypeChartSeriesGraphicalRepresentationType getVisualType() Returns the value of the 'Visual Type' attribute. The literals are from the enumerationChartSeriesGraphicalRepresentationType.- Returns:
- the value of the 'Visual Type' attribute.
- See Also:
- ChartSeriesGraphicalRepresentationType,- setVisualType(ChartSeriesGraphicalRepresentationType),- ChartPackage.getSeriesProperties_VisualType()
 
 - 
setVisualTypevoid setVisualType(ChartSeriesGraphicalRepresentationType value) Sets the value of the 'Visual Type' attribute.- Parameters:
- value- the new value of the 'Visual Type' attribute.
- See Also:
- ChartSeriesGraphicalRepresentationType,- getVisualType()
 
 - 
getAddTypeChartSeriesStackType getAddType() Returns the value of the 'Add Type' attribute. The literals are from the enumerationChartSeriesStackType.- Returns:
- the value of the 'Add Type' attribute.
- See Also:
- ChartSeriesStackType,- setAddType(ChartSeriesStackType),- ChartPackage.getSeriesProperties_AddType()
 
 - 
setAddTypevoid setAddType(ChartSeriesStackType value) Sets the value of the 'Add Type' attribute.- Parameters:
- value- the new value of the 'Add Type' attribute.
- See Also:
- ChartSeriesStackType,- getAddType()
 
 - 
getValuesAxisUsageUsedChartValuesAxis getValuesAxisUsage() Returns the value of the 'Values Axis Usage' attribute. The literals are from the enumerationUsedChartValuesAxis.- Returns:
- the value of the 'Values Axis Usage' attribute.
- See Also:
- UsedChartValuesAxis,- setValuesAxisUsage(UsedChartValuesAxis),- ChartPackage.getSeriesProperties_ValuesAxisUsage()
 
 - 
setValuesAxisUsagevoid setValuesAxisUsage(UsedChartValuesAxis value) Sets the value of the 'Values Axis Usage' attribute.- Parameters:
- value- the new value of the 'Values Axis Usage' attribute.
- See Also:
- UsedChartValuesAxis,- getValuesAxisUsage()
 
 - 
getStackGroupString getStackGroup() Returns the value of the 'Stack Group' attribute.- Returns:
- the value of the 'Stack Group' attribute.
- See Also:
- setStackGroup(String),- ChartPackage.getSeriesProperties_StackGroup()
 
 - 
setStackGroupvoid setStackGroup(String value) Sets the value of the 'Stack Group' attribute.- Parameters:
- value- the new value of the 'Stack Group' attribute.
- See Also:
- getStackGroup()
 
 - 
getValueLabelFormatorg.eclipse.emf.common.util.EMap<String,String> getValueLabelFormat() Returns the value of the 'Value Label Format' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Value Label Format' map.
- See Also:
- ChartPackage.getSeriesProperties_ValueLabelFormat()
 
 - 
getPercentLabelFormatorg.eclipse.emf.common.util.EMap<String,String> getPercentLabelFormat() Returns the value of the 'Percent Label Format' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Percent Label Format' map.
- See Also:
- ChartPackage.getSeriesProperties_PercentLabelFormat()
 
 - 
getDataTableLabelFormatorg.eclipse.emf.common.util.EMap<String,String> getDataTableLabelFormat() Returns the value of the 'Data Table Label Format' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Data Table Label Format' map.
- See Also:
- ChartPackage.getSeriesProperties_DataTableLabelFormat()
 
 - 
getValuesEditModeChartValuesEditMode getValuesEditMode() Returns the value of the 'Values Edit Mode' attribute. The literals are from the enumerationChartValuesEditMode.- Returns:
- the value of the 'Values Edit Mode' attribute.
- See Also:
- ChartValuesEditMode,- setValuesEditMode(ChartValuesEditMode),- ChartPackage.getSeriesProperties_ValuesEditMode()
 
 - 
setValuesEditModevoid setValuesEditMode(ChartValuesEditMode value) Sets the value of the 'Values Edit Mode' attribute.- Parameters:
- value- the new value of the 'Values Edit Mode' attribute.
- See Also:
- ChartValuesEditMode,- getValuesEditMode()
 
 
- 
 
-