public abstract class StiTrendLineCoreXF extends java.lang.Object implements java.lang.Cloneable, IStiApplyStyle
| Constructor and Description |
|---|
StiTrendLineCoreXF(IStiTrendLine trendLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyle(IStiChartStyle style)
Apply style to component which release this interface.
|
java.lang.Object |
clone() |
abstract java.lang.String |
getLocalizedName()
Gets a service name.
|
IStiTrendLine |
getTrendLine() |
void |
RenderTrendLine(StiAreaGeom geom,
StiPoint[] points,
double posY) |
void |
setTrendLine(IStiTrendLine value) |
protected float |
Sum(double[] values) |
protected float |
SumLn(double[] values) |
protected float |
SumProductions(double[] valuesX,
double[] valuesY) |
protected float |
SumProductionsXLogY(double[] valuesX,
double[] valuesY) |
protected float |
SumSqr(double[] values) |
public StiTrendLineCoreXF(IStiTrendLine trendLine)
public final java.lang.Object clone()
clone in class java.lang.Objectpublic void applyStyle(IStiChartStyle style)
IStiApplyStyleapplyStyle in interface IStiApplyStylepublic abstract java.lang.String getLocalizedName()
public final IStiTrendLine getTrendLine()
public final void setTrendLine(IStiTrendLine value)
public void RenderTrendLine(StiAreaGeom geom, StiPoint[] points, double posY)
protected final float Sum(double[] values)
protected final float SumSqr(double[] values)
protected final float SumProductions(double[] valuesX,
double[] valuesY)
protected final float SumProductionsXLogY(double[] valuesX,
double[] valuesY)
protected final float SumLn(double[] values)
Copyright © 2019 Stimulsoft. All Rights Reserved.