|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Series in com.steema.teechart |
---|
Methods in com.steema.teechart that return Series | |
---|---|
Series |
IBaseChart.activeSeriesLegend(int itemIndex)
|
Series |
Chart.activeSeriesLegend(int itemIndex)
Returns the Active series (visible) that corresponds to the ItemIndex position in the Legend. |
Series |
TChart.addSeries(Series s)
Adds a new Series. |
static Series |
Chart.changeSeriesType(Series series,
java.lang.Class newClass)
Changes the Series from one type to another, for example from Bar Series Series to Line Series |
Series |
Chart.getAxisSeries(Axis axis)
Returns the first Series that depends on the specified Axis. |
Series |
IBaseChart.getFirstActiveSeries()
|
Series |
Chart.getFirstActiveSeries()
Returns first active (visible) series. |
Series |
Chart.getItem(int index)
Default indexer. |
Series |
TChart.getSeries(int index)
|
Series |
IBaseChart.getSeries(int index)
|
Series |
Chart.getSeries(int seriesIndex)
Returns the index value of Series |
Series |
IBaseChart.seriesLegend(int index,
boolean onlyActive)
|
Series |
Chart.seriesLegend(int itemIndex,
boolean onlyActive)
Returns the series that corresponds to the Legend "ItemIndex" position, when the Legend style is "Series". |
Methods in com.steema.teechart with parameters of type Series | |
---|---|
Series |
TChart.addSeries(Series s)
Adds a new Series. |
int |
IBaseChart.addSeries(Series series)
|
int |
Chart.addSeries(Series value)
Adds a new Series into the Chart. |
TeeEvent |
IBaseChart.broadcastEvent(Series s,
SeriesEventStyle e)
|
TeeEvent |
Chart.broadcastEvent(Series s,
SeriesEventStyle e)
Internal use. |
static Series |
Chart.changeSeriesType(Series series,
java.lang.Class newClass)
Changes the Series from one type to another, for example from Bar Series Series to Line Series |
void |
TChart.doClickSeries(java.lang.Object sender,
Series s,
int valueIndex,
FrameworkMouseEvent e)
|
void |
IChart.doClickSeries(java.lang.Object sender,
Series s,
int valueIndex,
FrameworkMouseEvent e)
|
java.lang.String |
IBaseChart.formattedValueLegend(Series series,
int seriesOrValueIndex)
|
java.lang.String |
Chart.formattedValueLegend(Series aSeries,
int valueIndex)
Returns the String to display at Legend for a given series and point index. |
int |
IBaseChart.getSeriesIndexOf(Series value)
|
int |
Chart.getSeriesIndexOf(Series value)
Returns the Index of the Series passed as argument. |
boolean |
Chart.isValidDataSource(Series s,
java.lang.Object source)
Returns true if source can act as Series datasource. |
void |
IBaseChart.moveSeriesTo(Series series,
int index)
|
void |
Chart.moveSeriesTo(Series value,
int newIndex)
Moves Series' index in Chart SeriesList. |
void |
IBaseChart.removeSeries(Series series)
|
void |
Chart.removeSeries(Series value)
Removes a Series from the Chart series list, without disposing it. |
void |
Chart.setItem(int index,
Series value)
Default indexer. |
void |
TChart.setSeries(int index,
Series value)
|
Uses of Series in com.steema.teechart.exports |
---|
Fields in com.steema.teechart.exports declared as Series | |
---|---|
protected Series |
DataExportFormat.series
|
Methods in com.steema.teechart.exports that return Series | |
---|---|
Series |
DataExportFormat.getSeries()
Series whose data is to be exported. |
Methods in com.steema.teechart.exports with parameters of type Series | |
---|---|
void |
DataExportFormat.setSeries(Series value)
Series whose data is to be exported. |
Constructors in com.steema.teechart.exports with parameters of type Series | |
---|---|
DataExportFormat(IBaseChart c,
Series s)
Data export constructor, named Series. |
Uses of Series in com.steema.teechart.functions |
---|
Fields in com.steema.teechart.functions declared as Series | |
---|---|
protected Series |
Function.series
|
Methods in com.steema.teechart.functions that return Series | |
---|---|
Series |
Bollinger.getLowBand()
Gets low band series |
Series |
Function.getSeries()
Returns the Series parent of Function. |
Methods in com.steema.teechart.functions with parameters of type Series | |
---|---|
double |
Variance.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on s series. |
double |
Stochastic.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
StdDeviation.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
RSI.calculate(Series s,
int firstIndex,
int lastIndex)
|
double |
RootMeanSquare.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Performance.calculate(Series s,
int firstIndex,
int lastIndex)
|
double |
MovingAverage.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
MomentumDivision.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Momentum.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Low.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
High.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Function.calculate(Series source,
int first,
int last)
Performs function operation on SourceSeries series. |
double |
ExpAverage.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Cumulative.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Count.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Correlation.calculate(Series s,
int firstIndex,
int lastIndex)
|
double |
BaseTrend.calculate(Series s,
int firstIndex,
int lastIndex)
|
double |
Average.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
double |
Add.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series. |
protected void |
Function.calculateAllPoints(Series source,
ValueList notMandatorySource)
|
protected void |
BaseTrend.calculateAllPoints(Series source,
ValueList notMandatorySource)
|
protected void |
Function.calculateByPeriod(Series source,
ValueList notMandatorySource)
|
protected void |
Function.calculatePeriod(Series source,
double tmpX,
int firstIndex,
int lastIndex)
|
protected void |
Correlation.calculatePeriod(Series source,
double tmpX,
int firstIndex,
int lastIndex)
|
protected void |
BaseTrend.calculatePeriod(Series source,
double tmpX,
int firstIndex,
int lastIndex)
|
com.steema.teechart.functions.BaseTrend.CalcTrend |
BaseTrend.calculateTrend(Series s,
int firstIndex,
int lastIndex)
Calculates trend line parameters m and b, where y=m*x+b |
protected double |
BaseTrend.coefficient(Series s,
int firstIndex,
int lastIndex)
Calculates trendline first order parameter |
protected void |
Moving.doCalculation(Series source,
ValueList notMandatorySource)
|
protected void |
Function.doCalculation(Series source,
ValueList notMandatorySource)
|
protected void |
ExpMovAverage.doCalculation(Series source,
ValueList notMandatorySource)
|
protected void |
CrossPoints.doCalculation(Series source,
ValueList notMandatorySource)
|
double |
CurveFitting.getCurveYValue(Series s,
double x)
Evaluate function using calculated coefficients. |
int |
DownSampling.reduce(DownSamplingMethod algorithm,
Series s,
double tol,
int lbound,
int ubound,
double[] rx,
double[] ry,
ColorList colors,
Color color)
|
void |
Function.setSeries(Series value)
|
protected ValueList |
Function.valueList(Series s)
|
Uses of Series in com.steema.teechart.imports |
---|
Fields in com.steema.teechart.imports declared as Series | |
---|---|
protected Series |
DataImportFormat.series
|
Constructors in com.steema.teechart.imports with parameters of type Series | |
---|---|
DataImportFormat(IBaseChart c,
Series s)
|
Uses of Series in com.steema.teechart.legend |
---|
Methods in com.steema.teechart.legend that return Series | |
---|---|
Series |
Legend.getSeries()
Determines which series is used as data for the Legend entries. |
Methods in com.steema.teechart.legend with parameters of type Series | |
---|---|
java.lang.String |
Legend.formattedValue(Series aSeries,
int valueIndex)
Returns the corresponding Legend text for the Series ValueIndex point. |
void |
Legend.setSeries(Series value)
Determines which series is used as data for the Legend entries. |
Uses of Series in com.steema.teechart.styles |
---|
Subclasses of Series in com.steema.teechart.styles | |
---|---|
class |
Area
Title: Area class Description: Area Series Copyright (c) 2005-2013 by Steema Software SL. |
class |
Arrow
Title: Arrow class Description: Arrow Series. |
class |
Bar
Title: Bar class Description: The Bar Series component outputs all points as vertical bars. |
class |
Bar3D
Title: Bar3D class Description: Bar3D series. |
class |
BarJoin
Title: BarJoin class Description: BarJoin series. |
class |
Bezier
Title: Bezier class Description: Bezier Series. |
class |
Box
Title: Box class Description: The Box Series plots a vertical box series. |
class |
Bubble
Title: class Description: Bubble Series. |
class |
Calendar
Title: Calendar class Description: Calendar Series. |
class |
Candle
Title: Candle class Description: Candle Series. |
class |
Circular
Title: Circular class Description: Circled Series. |
class |
CircularGauge
|
class |
Clock
Title: Clock class Description: Clock Series Example: clock = new Clock(myChart.getChart()); clock.setColor(Color.RED); clock.setShowInLegend(false); clock.getBrush().setColor(Color.WHITE); clock.getBrush().setColor(Color.RED); clock.getPenHours().setColor(Color.BLACK); clock.getPenMinutes().setColor(Color.BLACK); clock.getPenSeconds().setColor(Color.BLACK); Copyright (c) 2005-2007 by Steema Software SL. |
class |
ColorGrid
Title: ColorGrid class Description: The ColorGrid series displays a grid of color cells. |
class |
Contour
Title: Contour class Description: The Contour series calculates and displays "isolines" from a custom array of XYZ points. |
class |
Custom
Title: Custom class Description: Base Series class inherited by a number of TeeChart series styles. |
class |
Custom2DPolar
Title: Custom2DPolar class Description: Custom2DPolar is the ancestor of the WindRose Series and the Clock Series. |
class |
Custom3D
Title: Custom3D class Description: Custom3D Series. |
class |
Custom3DGrid
Title: Custom3DGrid class Description: Custom3DGridSeries. |
class |
Custom3DPalette
Title: Custom3DPalette class Description: Custom3DPalette Series Style. |
class |
CustomBar
Title: CustomBar class Description: Custom Bar Series. |
class |
CustomBox
Title: CustomBox class Description: CustomBox Series. |
class |
CustomError
Title: CustomError class Description: CustomErrorSeries Series. |
class |
CustomErrorPoint
|
class |
CustomErrorPoint3D
|
class |
CustomGauge
|
class |
CustomPoint
Title: CustomPoint class Description: Base Series class inherited by a number of TeeChart series styles. |
class |
CustomPolar
Title: CustomPolar class Description: CustomPolar Series. |
class |
Donut
Title: Donut class Description: Donut series. |
class |
Error
Title: Error class Description: ErrorSeries Series. |
class |
ErrorBar
Title: ErrorBar class Description: ErrorBar Series. |
class |
ErrorPoint
|
class |
ErrorPoint3D
|
class |
FastLine
Title: FastLine class Description: The FastLine Series is an extremely simple Series component that draws its points as fast as possible. |
class |
Funnel
Title: Funnel class Description: Funnel Series. |
class |
Gantt
Title: Gantt class Description: Gantt Series. |
class |
Gauges
Title: Gauges class Description: Gauges Series. |
class |
HighLow
Title: Highlow class Description: HighLow Series. |
class |
Histogram
Title: Histogram class Description: Histogram Series. |
class |
HorizArea
Title: HorizArea class Description: HorizArea series. |
class |
HorizBar
Title: HorizBar class Description: Horizontal Bar Series. |
class |
HorizBox
Title: HorizBox class Description: The Box Series plots an horizontal box series. |
class |
HorizHistogram
|
class |
HorizLine
Title: HorizLine class Description: Horizontal Line Series. |
class |
ImageBar
Title: ImageBar class Description: ImageBar Series. |
class |
IsoSurface
|
class |
KnobGauge
|
class |
Line
Title: Line class Description: Line Series. |
class |
LinearGauge
Title: LinearGauge class Description: LinearGauge Series. |
class |
LinePoint
Title: LinePoint class Description: LinePoint Series. |
class |
Map
Title: Map class Description: Map series. |
class |
NumericGauge
|
class |
OHLC
Title: OHLC class Description: OHLC is an base Series class that maintains lists for Open, Close, High and Low values. |
class |
Pie
Title: Pie class Description: Pie Series. |
class |
PointFigure
Title: PointFigure class Description: PointFigure Series. |
class |
Points
Title: Points class Description: Point Series. |
class |
Points3D
Title: Points3D class Description: Points3D Series. |
class |
Polar
Title: Polar class Description: Polar Series. |
class |
PolygonSeries
Title: TeeChart for Java Description: Polygon Series is a descendant of Series . |
class |
Pyramid
Title: Pyramid class Description: Pyramid Series. |
class |
Radar
Title: Radar class Description: Radar Series. |
class |
Shape
Title: Shape class Description: Shape Series. |
class |
Smith
Title: Smith class Description: Smith Series Copyright (c) 2005-2013 by Steema Software SL. |
class |
Surface
Title: Surface class Description: Surface 3D Series. |
class |
Ternary
Title: Ternary class Description: Pyramid Series. |
class |
Tower
Title: Tower class Description: Tower Series. |
class |
TriSurface
Title: TriSurface class Description: TriSurface Series. |
class |
Vector3D
Title: Vector3D class Description: Vector3D Series. |
class |
VerticalLinearGauge
Title: LinearGauge class Description: LinearGauge Series. |
class |
Volume
Title: Volume class Description: Volume Series. |
class |
Waterfall
Title: Waterfall class Description: The Waterfall series draws vertical "slices", one for each Z row of the equivalent surface. |
class |
WindRose
Title: WindRose class Description: WindRose Series. |
class |
World
|
Fields in com.steema.teechart.styles declared as Series | |
---|---|
Series |
ChartErrorsBase.ISeries
|
Series |
Pie.SliceValueList.OwnerSeries
|
protected Series |
SeriesPoint.series
|
Methods in com.steema.teechart.styles that return Series | |
---|---|
Series |
SeriesCollection.add(java.lang.Class type)
|
Series |
SeriesCollection.add(Series s)
Adds a new Series instance to Chart. |
static Series |
Series.assignDispose(Series s,
Series newSeries)
|
static Series |
Series.changeType(Series s,
java.lang.Class newType)
Replaces ASeries object with a new Series object of another class. |
Series |
Series.cloneSeries()
Returns a new Series, copy of this original. |
static Series |
Series.createNewSeries(IBaseChart chart,
java.lang.Class type,
java.lang.Class aFunction)
Creates a new Series object and sets the Name, Chart and Function methods. |
static Series |
Series.createNewSeries(IBaseChart chart,
java.lang.Class type,
java.lang.Class aFunction,
int subIndex)
Creates a new Series object and sets the Name, Chart, Sub-Style and Function methods. |
static Series |
Series.createNewSeries(IBaseChart chart,
java.lang.Class type,
java.lang.Class aFunction,
int subIndex,
java.lang.Object tag)
Creates a new Series object and sets the Name, Chart, Sub-Style and Function methods. |
Series |
SeriesCollection.getSeries(int index)
|
static Series |
Series.newFromType(java.lang.Class type)
Creates a new series from the Class type of an existing series object. |
Series |
SeriesCollection.withTitle(java.lang.String title)
|
Methods in com.steema.teechart.styles with parameters of type Series | |
---|---|
Series |
SeriesCollection.add(Series s)
Adds a new Series instance to Chart. |
void |
Series.add(Series source)
Adds all points in source Series. |
protected int |
Series.addChartValue(Series source,
int valueIndex)
|
protected void |
Series.addedValue(Series source,
int valueIndex)
|
void |
World.assign(Series source)
|
void |
Series.assign(Series source)
Copies all properties from one Series component to another. |
void |
CustomPoint.assign(Series source)
|
void |
CustomBox.assign(Series source)
|
void |
Custom.assign(Series source)
|
static Series |
Series.assignDispose(Series s,
Series newSeries)
|
void |
Series.assignValues(Series source)
Adds all Values from Source series to the current Series. |
static Series |
Series.changeType(Series s,
java.lang.Class newType)
Replaces ASeries object with a new Series object of another class. |
void |
Series.checkOtherSeries(Series dest)
|
boolean |
Series.drawMarksSeries(Series s,
boolean activeRegion)
|
int |
SeriesCollection.indexOf(Series s)
Returns the corresponding point index which has the specified Value. |
int |
PolygonList.indexOf(Series s)
|
void |
SeriesCollection.insert(int index,
Series s)
|
void |
SeriesCollection.internalAdd(Series s)
|
protected boolean |
Series.isValidSeriesSource(Series value)
|
boolean |
Shape.isValidSourceOf(Series s)
Returns false if the Value parameter is the same as Self. |
boolean |
Series.isValidSourceOf(Series value)
Validates Series datasource. |
boolean |
Gantt.isValidSourceOf(Series value)
True if Series source is Gantt. |
boolean |
Custom3D.isValidSourceOf(Series value)
Checks if given series object instance is a Custom3D instance. |
void |
SeriesCollection.moveTo(Series s,
int index)
|
void |
SeriesCollection.remove(Series s)
Deletes the specified Series from the Chart list of series. |
protected boolean |
CustomPoint.sameClassOrigin(Series s)
|
protected boolean |
Area.sameClassOrigin(Series s)
|
void |
SeriesCollection.setSeries(int index,
Series value)
|
Constructors in com.steema.teechart.styles with parameters of type Series | |
---|---|
ChartErrors(Series AOwner)
|
|
ChartErrors3D(Series AOwner)
|
|
ChartErrorsBase(Series AOwner)
|
|
GaugeSeriesPointer(IBaseChart c,
Series s)
|
|
Pie.PieOtherSlice(IBaseChart c,
Series s)
|
|
PieMarks(IBaseChart c,
Series s)
|
|
SeriesPoint(Series s,
int i)
|
|
SeriesXYPoint(Series s,
int i)
|
Uses of Series in com.steema.teechart.themes |
---|
Methods in com.steema.teechart.themes with parameters of type Series | |
---|---|
void |
DefaultTheme.changeSeries(Series chartSeries)
|
Uses of Series in com.steema.teechart.tools |
---|
Fields in com.steema.teechart.tools declared as Series | |
---|---|
protected Series |
ToolSeries.iSeries
|
Methods in com.steema.teechart.tools that return Series | |
---|---|
Series |
ToolSeries.getSeries()
The Series with which Tools are associated. |
Series |
SeriesBand.getSeries2()
Second series associated to this tool. |
Methods in com.steema.teechart.tools with parameters of type Series | |
---|---|
void |
ToolAxis.checkDrawHidden(Series series,
int tmpIndex)
|
void |
AxisBreaksTool.checkDrawHidden(Series series,
int tmpIndex)
|
void |
ToolSeries.setSeries(Series value)
Sets the Series with which Tools are associated. |
void |
SeriesBand.setSeries(Series value)
|
void |
ScrollPager.setSeries(Series value)
|
void |
SeriesBand.setSeries2(Series value)
Sets the second series associated to this tool. |
protected void |
SeriesBand.SetSeries2(Series value)
|
Constructors in com.steema.teechart.tools with parameters of type Series | |
---|---|
CursorTool(Series s)
|
|
DragPoint(Series s)
|
|
NearestPoint(Series s)
|
|
SeriesAnimation(Series s)
|
|
ToolSeries(Series s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |