Modifier and Type | Method and Description |
---|---|
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".
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
DataSeriesSource.fillSeries(Series series,
java.sql.ResultSet view) |
static boolean |
DataSeriesSource.tryRefreshData(Series series) |
Modifier and Type | Field and Description |
---|---|
protected Series |
DataExportFormat.series |
Modifier and Type | Method and Description |
---|---|
Series |
DataExportFormat.getSeries()
Series whose data is to be exported.
|
Modifier and Type | Method and Description |
---|---|
void |
DataExportFormat.setSeries(Series value)
Series whose data is to be exported.
|
Constructor and Description |
---|
DataExportFormat(IBaseChart c,
Series s)
Data export constructor, named Series.
|
Modifier and Type | Field and Description |
---|---|
protected Series |
Function.series |
Modifier and Type | Method and Description |
---|---|
Series |
Bollinger.getLowBand()
Gets low band series
|
Series |
Function.getSeries()
Returns the Series parent of Function.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected Series |
DataImportFormat.series |
Constructor and Description |
---|
DataImportFormat(IBaseChart c,
Series s) |
Modifier and Type | Method and Description |
---|---|
Series |
Legend.getSeries()
Determines which series is used as data for the Legend entries.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Area
Title: Area class
Description: Area Series
Copyright (c) 2005-2018 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 |
BaseLine
Title: BaseLine class
Description: Abstract Series class inherited by a number of TeeChart
series styles.
|
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 |
BubbleCloud
Title: BubbleCloud class
Description: The BubbleCloud Series plots data relatively, displaying bubbles
of diminishing size to represent different Series values.
|
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-2018 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-2018 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 |
Modifier and Type | Field and Description |
---|---|
Series |
ChartErrorsBase.ISeries |
Series |
Pie.SliceValueList.OwnerSeries |
protected Series |
SeriesPoint.series |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 |
Volume.assign(Series source) |
void |
Vector3D.assign(Series source) |
void |
TriSurface.assign(Series source) |
void |
Tower.assign(Series source) |
void |
Ternary.assign(Series source) |
void |
Surface.assign(Series source) |
void |
Smith.assign(Series source) |
void |
Shape.assign(Series source) |
void |
Series.assign(Series source)
Copies all properties from one Series component to another.
|
void |
Pyramid.assign(Series source) |
void |
PolygonSeries.assign(Series source) |
void |
Points3D.assign(Series source) |
void |
Points.assign(Series source) |
void |
PointFigure.assign(Series source) |
void |
Pie.assign(Series source) |
void |
OHLC.assign(Series source) |
void |
NumericGauge.assign(Series source) |
void |
Map.assign(Series source) |
void |
LinearGauge.assign(Series source) |
void |
KnobGauge.assign(Series source) |
void |
IsoSurface.assign(Series source) |
void |
Histogram.assign(Series source) |
void |
HighLow.assign(Series source) |
void |
Funnel.assign(Series source) |
void |
Donut.assign(Series source) |
void |
CustomPolar.assign(Series source) |
void |
CustomPoint.assign(Series source) |
void |
CustomError.assign(Series source) |
void |
CustomBox.assign(Series source) |
void |
CustomBar.assign(Series source) |
void |
Custom.assign(Series source) |
void |
Contour.assign(Series source) |
void |
ColorGrid.assign(Series source) |
void |
Clock.assign(Series source) |
void |
CircularGauge.assign(Series source) |
void |
Circular.assign(Series source) |
void |
Candle.assign(Series source) |
void |
BubbleCloud.assign(Series source) |
void |
BaseLine.assign(Series source) |
void |
BarJoin.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) |
boolean |
Pie.drawMarksSeries(Series s,
boolean ActiveRegion) |
boolean |
Bar.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) |
Constructor and Description |
---|
ChartErrors(Series AOwner) |
ChartErrors3D(Series AOwner) |
ChartErrorsBase(Series AOwner) |
GaugeSeriesPointer(IBaseChart c,
Series s) |
PieMarks(IBaseChart c,
Series s) |
PieOtherSlice(IBaseChart c,
Series s) |
SeriesPoint(Series s,
int i) |
SeriesXYPoint(Series s,
int i) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTheme.changeSeries(Series chartSeries) |
void |
WebTheme.doChangeSeries(Series series) |
abstract void |
Theme.doChangeSeries(Series series) |
void |
TeeChartTheme.doChangeSeries(Series series) |
void |
ReportTheme.doChangeSeries(Series series) |
void |
OperaTheme.doChangeSeries(Series series) |
void |
LookoutTheme.doChangeSeries(Series series) |
void |
GrayscaleTheme.doChangeSeries(Series series) |
void |
FlatTheme.doChangeSeries(Series series) |
void |
ExcelTheme.doChangeSeries(Series chartSeries) |
void |
DefaultTheme.doChangeSeries(Series series) |
void |
ClassicTheme.doChangeSeries(Series series) |
void |
BusinessTheme.doChangeSeries(Series series) |
void |
BlackIsBackTheme.doChangeSeries(Series series) |
void |
AndrosTheme.doChangeSeries(Series series) |
Modifier and Type | Field and Description |
---|---|
protected Series |
ToolSeries.iSeries |
Modifier and Type | Method and Description |
---|---|
Series |
ToolSeries.getSeries()
The Series with which Tools are associated.
|
Series |
SeriesBand.getSeries2()
Second series associated to this tool.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
CursorTool(Series s) |
DragPoint(Series s) |
NearestPoint(Series s) |
SeriesAnimation(Series s) |
ToolSeries(Series s) |