Package com._1c.g5.v8.dt.chart.model
Interface Trendline
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- TrendlineImpl
 
 public interface Trendline extends IBmObject A representation of the model object 'Trendline'.The following features are supported: - See Also:
- ChartPackage.getTrendline()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetApproximationDegree()Returns the value of the 'Approximation Degree' attribute.TrendlineApproximationTypegetApproximationType()Returns the value of the 'Approximation Type' attribute.ColorgetColor()Returns the value of the 'Color' containment reference.LabelAreagetEquationArea()Returns the value of the 'Equation Area' containment reference.TrendlineFactorgetFactor()Returns the value of the 'Factor' attribute.ChartLinegetLine()Returns the value of the 'Line' containment reference.MarkerTypegetMarker()Returns the value of the 'Marker' attribute.StockChartUsedPointValuegetStockChartUsedPointValue()Returns the value of the 'Stock Chart Used Point Value' attribute.org.eclipse.emf.common.util.EMap<String,String>getText()Returns the value of the 'Text' map.booleanisShowDeterminationFactor()Returns the value of the 'Show Determination Factor' attribute.booleanisShowEquation()Returns the value of the 'Show Equation' attribute.booleanisShowInLegend()Returns the value of the 'Show In Legend' attribute.voidsetApproximationDegree(int value)Sets the value of the 'Approximation Degree' attribute.voidsetApproximationType(TrendlineApproximationType value)Sets the value of the 'Approximation Type' attribute.voidsetColor(Color value)Sets the value of the 'Color' containment reference.voidsetEquationArea(LabelArea value)Sets the value of the 'Equation Area' containment reference.voidsetFactor(TrendlineFactor value)Sets the value of the 'Factor' attribute.voidsetLine(ChartLine value)Sets the value of the 'Line' containment reference.voidsetMarker(MarkerType value)Sets the value of the 'Marker' attribute.voidsetShowDeterminationFactor(boolean value)Sets the value of the 'Show Determination Factor' attribute.voidsetShowEquation(boolean value)Sets the value of the 'Show Equation' attribute.voidsetShowInLegend(boolean value)Sets the value of the 'Show In Legend' attribute.voidsetStockChartUsedPointValue(StockChartUsedPointValue value)Sets the value of the 'Stock Chart Used Point Value' 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- 
getApproximationTypeTrendlineApproximationType getApproximationType() Returns the value of the 'Approximation Type' attribute. The literals are from the enumerationTrendlineApproximationType.- Returns:
- the value of the 'Approximation Type' attribute.
- See Also:
- TrendlineApproximationType,- setApproximationType(TrendlineApproximationType),- ChartPackage.getTrendline_ApproximationType()
 
 - 
setApproximationTypevoid setApproximationType(TrendlineApproximationType value) Sets the value of the 'Approximation Type' attribute.- Parameters:
- value- the new value of the 'Approximation Type' attribute.
- See Also:
- TrendlineApproximationType,- getApproximationType()
 
 - 
getApproximationDegreeint getApproximationDegree() Returns the value of the 'Approximation Degree' attribute. The default value is"3".- Returns:
- the value of the 'Approximation Degree' attribute.
- See Also:
- setApproximationDegree(int),- ChartPackage.getTrendline_ApproximationDegree()
 
 - 
setApproximationDegreevoid setApproximationDegree(int value) Sets the value of the 'Approximation Degree' attribute.- Parameters:
- value- the new value of the 'Approximation Degree' attribute.
- See Also:
- getApproximationDegree()
 
 - 
getLineChartLine getLine() Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
- setLine(ChartLine),- ChartPackage.getTrendline_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()
 
 - 
getFactorTrendlineFactor getFactor() Returns the value of the 'Factor' attribute. The literals are from the enumerationTrendlineFactor.- Returns:
- the value of the 'Factor' attribute.
- See Also:
- TrendlineFactor,- setFactor(TrendlineFactor),- ChartPackage.getTrendline_Factor()
 
 - 
setFactorvoid setFactor(TrendlineFactor value) Sets the value of the 'Factor' attribute.- Parameters:
- value- the new value of the 'Factor' attribute.
- See Also:
- TrendlineFactor,- getFactor()
 
 - 
getColorColor getColor() Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
- setColor(Color),- ChartPackage.getTrendline_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()
 
 - 
getTextorg.eclipse.emf.common.util.EMap<String,String> getText() - Returns:
- the value of the 'Text' map.
- See Also:
- ChartPackage.getTrendline_Text()
 
 - 
isShowInLegendboolean isShowInLegend() Returns the value of the 'Show In Legend' attribute.- Returns:
- the value of the 'Show In Legend' attribute.
- See Also:
- setShowInLegend(boolean),- ChartPackage.getTrendline_ShowInLegend()
 
 - 
setShowInLegendvoid setShowInLegend(boolean value) Sets the value of the 'Show In Legend' attribute.- Parameters:
- value- the new value of the 'Show In Legend' attribute.
- See Also:
- isShowInLegend()
 
 - 
isShowEquationboolean isShowEquation() Returns the value of the 'Show Equation' attribute.- Returns:
- the value of the 'Show Equation' attribute.
- See Also:
- setShowEquation(boolean),- ChartPackage.getTrendline_ShowEquation()
 
 - 
setShowEquationvoid setShowEquation(boolean value) Sets the value of the 'Show Equation' attribute.- Parameters:
- value- the new value of the 'Show Equation' attribute.
- See Also:
- isShowEquation()
 
 - 
isShowDeterminationFactorboolean isShowDeterminationFactor() Returns the value of the 'Show Determination Factor' attribute.- Returns:
- the value of the 'Show Determination Factor' attribute.
- See Also:
- setShowDeterminationFactor(boolean),- ChartPackage.getTrendline_ShowDeterminationFactor()
 
 - 
setShowDeterminationFactorvoid setShowDeterminationFactor(boolean value) Sets the value of the 'Show Determination Factor' attribute.- Parameters:
- value- the new value of the 'Show Determination Factor' attribute.
- See Also:
- isShowDeterminationFactor()
 
 - 
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.getTrendline_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()
 
 - 
getStockChartUsedPointValueStockChartUsedPointValue getStockChartUsedPointValue() Returns the value of the 'Stock Chart Used Point Value' attribute. The literals are from the enumerationStockChartUsedPointValue.- Returns:
- the value of the 'Stock Chart Used Point Value' attribute.
- See Also:
- StockChartUsedPointValue,- setStockChartUsedPointValue(StockChartUsedPointValue),- ChartPackage.getTrendline_StockChartUsedPointValue()
 
 - 
setStockChartUsedPointValuevoid setStockChartUsedPointValue(StockChartUsedPointValue value) Sets the value of the 'Stock Chart Used Point Value' attribute.- Parameters:
- value- the new value of the 'Stock Chart Used Point Value' attribute.
- See Also:
- StockChartUsedPointValue,- getStockChartUsedPointValue()
 
 - 
getEquationAreaLabelArea getEquationArea() Returns the value of the 'Equation Area' containment reference.- Returns:
- the value of the 'Equation Area' containment reference.
- See Also:
- setEquationArea(LabelArea),- ChartPackage.getTrendline_EquationArea()
 
 - 
setEquationAreavoid setEquationArea(LabelArea value) Sets the value of the 'Equation Area' containment reference.- Parameters:
- value- the new value of the 'Equation Area' containment reference.
- See Also:
- getEquationArea()
 
 
- 
 
-