Class StiTrendLineCoreXF
java.lang.Object
com.stimulsoft.report.chart.core.trendLines.StiTrendLineCoreXF
- All Implemented Interfaces:
IStiApplyStyle,Cloneable
- Direct Known Subclasses:
StiTrendLineExponentialCoreXF,StiTrendLineLinearCoreXF,StiTrendLineLogarithmicCoreXF,StiTrendLineNoneCoreXF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(IStiChartStyle style) Apply style to component which release this interface.final Objectclone()abstract StringGets a service name.final IStiTrendLinevoidRenderTrendLine(StiAreaGeom geom, StiPoint[] points, double posY) final voidsetTrendLine(IStiTrendLine value) protected final floatSum(double[] values) protected final floatSumLn(double[] values) protected final floatSumProductions(double[] valuesX, double[] valuesY) protected final floatSumProductionsXLogY(double[] valuesX, double[] valuesY) protected final floatSumSqr(double[] values)
-
Constructor Details
-
StiTrendLineCoreXF
-
-
Method Details
-
clone
-
applyStyle
Description copied from interface:IStiApplyStyleApply style to component which release this interface.- Specified by:
applyStylein interfaceIStiApplyStyle
-
getLocalizedName
Gets a service name. -
getTrendLine
-
setTrendLine
-
RenderTrendLine
-
Sum
protected final float Sum(double[] values) -
SumSqr
protected final float SumSqr(double[] values) -
SumProductions
protected final float SumProductions(double[] valuesX, double[] valuesY) -
SumProductionsXLogY
protected final float SumProductionsXLogY(double[] valuesX, double[] valuesY) -
SumLn
protected final float SumLn(double[] values)
-