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.
When the Legend style is "Series", returns the series that corresponds to the Legend "ItemIndex" position. |
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.
If no Series depends on Axis, the null value is returned. |
Series |
IBaseChart.getFirstActiveSeries() |
Series |
Chart.getFirstActiveSeries()
Returns first active (visible) series.
|
Series |
Chart.getItem(int index)
Default indexer.
Example: |
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".
The "OnlyActive" parameter, when false, takes into account all series, visibly active or not. |
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.
In other words it returns the string representation of a Series Point value just as it would appear in Chart.Legend. |
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.
Run-time and read only. |
Modifier and Type | Method and Description |
---|---|
void |
KDE.addPoints(Series source) |
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.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
StdDeviation.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
RSI.calculate(Series s,
int firstIndex,
int lastIndex) |
double |
RootMeanSquare.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
Performance.calculate(Series s,
int firstIndex,
int lastIndex) |
double |
MovingAverage.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
MomentumDivision.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
Momentum.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
Low.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
High.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
Function.calculate(Series source,
int first,
int last)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
ExpAverage.calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
Cumulative.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
double |
Count.calculate(Series sourceSeries,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
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.
First and Last parameters are ValueIndex of first and last point used in calculation. |
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.
By default, the Legend chooses the first Active Series with ShowInLegend:=true. |
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
|
class |
Arrow
Title: Arrow class
|
class |
Bar
Title: Bar class
|
class |
Bar3D
Title: Bar3D class
|
class |
BarJoin
Title: BarJoin class
|
class |
BaseLine
Title: BaseLine class
|
class |
BeeSwarm |
class |
Bezier
Title: Bezier class
|
class |
Box
Title: Box class
|
class |
Bubble
Title: class
|
class |
BubbleCloud
Title: BubbleCloud class
|
class |
Calendar
Title: Calendar class
|
class |
Candle
Title: Candle class
|
class |
Circular
Title: Circular class
|
class |
CircularGauge |
class |
Clock
Title: Clock class
|
class |
ColorGrid
Title: ColorGrid class
|
class |
Contour
Title: Contour class
|
class |
Custom
Title: Custom class
|
class |
Custom2DPolar
Title: Custom2DPolar class
|
class |
Custom3D
Title: Custom3D class
|
class |
Custom3DGrid
Title: Custom3DGrid class
|
class |
Custom3DPalette
Title: Custom3DPalette class
|
class |
CustomBar
Title: CustomBar class
|
class |
CustomBeeSwarm |
class |
CustomBox
Title: CustomBox class
|
class |
CustomError
Title: CustomError class
|
class |
CustomErrorPoint |
class |
CustomErrorPoint3D |
class |
CustomGauge |
class |
CustomPoint
Title: CustomPoint class
|
class |
CustomPolar
Title: CustomPolar class
|
class |
CustomViolin
Title: Custom Violin abstract class
|
class |
Donut
Title: Donut class
|
class |
Error
Title: Error class
|
class |
ErrorBar
Title: ErrorBar class
|
class |
ErrorPoint |
class |
ErrorPoint3D |
class |
FastLine
Title: FastLine class
|
class |
Funnel
Title: Funnel class
|
class |
Gantt
Title: Gantt class
|
class |
Gauges
Title: Gauges class
|
class |
HighLow
Title: Highlow class
|
class |
Histogram
Title: Histogram class
|
class |
HorizArea
Title: HorizArea class
|
class |
HorizBar
Title: HorizBar class
|
class |
HorizBeeSwarm |
class |
HorizBox
Title: HorizBox class
|
class |
HorizHistogram |
class |
HorizLine
Title: HorizLine class
|
class |
HorizViolin |
class |
ImageBar
Title: ImageBar class
|
class |
IsoSurface |
class |
KnobGauge |
class |
Line
Title: Line class
|
class |
LinearGauge
Title: LinearGauge class
|
class |
LinePoint
Title: LinePoint class
|
class |
Map
Title: Map class
|
class |
NumericGauge |
class |
OHLC
Title: OHLC class
|
class |
Pie
Title: Pie class
|
class |
PointFigure
Title: PointFigure class
|
class |
Points
Title: Points class
|
class |
Points3D
Title: Points3D class
|
class |
Polar
Title: Polar class
|
class |
PolygonSeries
Title: TeeChart for Java
|
class |
Pyramid
Title: Pyramid class
|
class |
Radar
Title: Radar class
|
class |
Shape
Title: Shape class
|
class |
Smith
Title: Smith class
|
class |
Surface
Title: Surface class
|
class |
Ternary
Title: Ternary class
|
class |
Tower
Title: Tower class
|
class |
TriSurface
Title: TriSurface class
|
class |
Vector3D
Title: Vector3D class
|
class |
VerticalLinearGauge
Title: LinearGauge class
|
class |
Violin
Title: Violin class
|
class |
Volume
Title: Volume class
|
class |
Waterfall
Title: Waterfall class
|
class |
WindRose
Title: WindRose class
|
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.
It returns the SeriesIndex of the new Series. |
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.
This is an internal method, you should seldomly use it in your applications. |
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.
This is an internal method, you should seldomly use it in your applications. |
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.
Only the common properties shared by both source and destination Series are copied. |
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.
The isValidSourceOf function returns false if the Value parameter is the same as Self. |
boolean |
Gantt.isValidSourceOf(Series value)
True if Series source is Gantt.
It returns false if the Value parameter is the same as Self. |
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.
Default value: null |
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.
Default value: null |
void |
SeriesBand.setSeries(Series value) |
void |
ScrollPager.setSeries(Series value) |
void |
SeriesBand.setSeries2(Series value)
Sets the second series associated to this tool.
SeriesBand tool needs two series to fill the area in between them. |
protected void |
SeriesBand.SetSeries2(Series value) |
Constructor and Description |
---|
CursorTool(Series s) |
DragPoint(Series s) |
NearestPoint(Series s) |
SeriesAnimation(Series s) |
ToolSeries(Series s) |