|
||||||||||
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. When the Legend style is "Series", returns the series that corresponds to the Legend "ItemIndex" position. |
Series |
TChartApplet.addSeries(int seriesClass)
|
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 |
TChartApplet.getSeries(int index)
Default indexer. Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; |
Series |
TChart.getSeries(int index)
Default indexer. Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; |
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. |
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 |
TChartApplet.doClickSeries(java.lang.Object sender,
Series s,
int valueIndex,
FrameworkMouseEvent e)
|
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 |
TChartApplet.setSeries(int index,
Series value)
Default indexer. |
void |
TChart.setSeries(int index,
Series value)
Collection of Series contained in this Chart. TeeChart Series are the data display method type, e.g. |
Uses of Series in com.steema.teechart.data |
---|
Methods in com.steema.teechart.data with parameters of type Series | |
---|---|
static void |
DataSeriesSource.fillSeries(Series series,
java.sql.ResultSet view)
|
static boolean |
DataSeriesSource.tryRefreshData(Series series)
|
Uses of Series in com.steema.teechart.editors |
---|
Fields in com.steema.teechart.editors declared as Series | |
---|---|
protected Series |
SourceEditor.series
|
Methods in com.steema.teechart.editors that return Series | |
---|---|
Series |
ChartListBox.getSeries()
|
Methods in com.steema.teechart.editors with parameters of type Series | |
---|---|
static void |
ChartEditor.editSeries(Series series)
|
static void |
ChartEditor.editSeries(Series series,
java.lang.String chartName)
|
static void |
ChartEditor.editSeries(Series series,
java.lang.String chartName,
java.lang.String focusTab)
|
static void |
ChartEditor.editSeriesDatasource(Series series)
|
static void |
ChartEditor.editSeriesDatasource(Series series,
java.lang.String chartName)
|
static void |
ChartEditor.editSeriesMarks(Series series)
|
static void |
ChartEditor.editSeriesMarks(Series series,
java.lang.String chartName)
|
static javax.swing.JDialog |
DialogFactory.getEditDialog(javax.swing.JFrame owner,
Series series)
|
static javax.swing.JDialog |
DialogFactory.getEditDialog(Series series)
|
void |
ChartEditorPanel.selectSeries(Series value)
|
void |
ChartEditorPanel.seriesAdded(Series value)
|
void |
ChartEditorPanel.seriesRemoved(Series value)
|
void |
ChartListBox.setSelectedSeries(Series s)
|
abstract void |
BaseSeriesEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
Constructors in com.steema.teechart.editors with parameters of type Series | |
---|---|
FuncEdit(Series s)
|
|
SeriesGeneral(Series series,
ChartListBox chartListBox)
|
Uses of Series in com.steema.teechart.editors.functions |
---|
Constructors in com.steema.teechart.editors.functions with parameters of type Series | |
---|---|
CLVFunctionEditor(Series s,
javax.swing.JList list)
|
|
OBVFunctionEditor(Series s,
javax.swing.JList list)
|
Uses of Series in com.steema.teechart.editors.gallery |
---|
Fields in com.steema.teechart.editors.gallery declared as Series | |
---|---|
Series |
GalleryPanel.selectedSeries
|
Methods in com.steema.teechart.editors.gallery that return Series | |
---|---|
static Series |
ChartGallery.changeSeriesDialog(java.awt.Container owner,
Series series)
|
static Series |
ChartGallery.changeSeriesType(Series series,
java.lang.Class newClass)
|
static Series |
ChartGallery.changeSeriesType(Series series,
java.lang.Class newClass,
int subType)
|
static Series |
GalleryByType.createNew(Chart chart)
|
static Series |
ChartGallery.createNew(Chart chart)
|
static Series |
GalleryByType.createNew(java.awt.Container owner,
Chart chart)
|
static Series |
ChartGallery.createNew(java.awt.Dialog owner,
IBaseChart chart)
Shows the Chart Gallery dialog to let the user choose a Series or Function class type. |
Methods in com.steema.teechart.editors.gallery with parameters of type Series | |
---|---|
protected void |
GalleryPanel.addSubCharts(Series s)
|
static Series |
ChartGallery.changeSeriesDialog(java.awt.Container owner,
Series series)
|
static Series |
ChartGallery.changeSeriesType(Series series,
java.lang.Class newClass)
|
static Series |
ChartGallery.changeSeriesType(Series series,
java.lang.Class newClass,
int subType)
|
void |
GalleryPanel.setSubSelected(Series s,
int index)
|
Uses of Series in com.steema.teechart.editors.series |
---|
Methods in com.steema.teechart.editors.series with parameters of type Series | |
---|---|
protected void |
PolarEditor.SetPolar(Series series)
|
void |
WaterFallEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
VolumeEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
setSeries |
void |
Vector3DEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
TriSurfaceEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
TowerEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
SurfaceEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
SmithEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
ShapeEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
PyramidEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
PolarEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
PointsEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
PointFigureEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
Point3DEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
PieEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
setSeries |
void |
MapEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
LineEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
setSeries |
void |
LinearGaugeEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
setSeries |
void |
IsoSurfaceEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
ImageEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
HistoEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
HighLowEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
GridEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
GaugesEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
GanttEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
FunnelEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
FastLineEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
setSeries |
void |
ErrBarEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
DonutEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
CustomEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
ContourEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
ColorGridEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
ClockEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
CircularGaugeEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
setSeries |
void |
CircledEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
setSeries |
void |
CandleEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
CalendarEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
BoxPlotEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
BezierEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
BarEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
ArrowEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
void |
AreaEditor.setSeries(Series series,
javax.swing.JTabbedPane tabs)
|
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. Run-time and read only. |
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. 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)
|
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. By default, the Legend chooses the first Active Series with ShowInLegend:=true. |
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 |
class |
Arrow
Title: Arrow class |
class |
Bar
Title: Bar class |
class |
Bar3D
Title: Bar3D class |
class |
BarJoin
Title: BarJoin class |
class |
Bezier
Title: Bezier class |
class |
Box
Title: Box class |
class |
Bubble
Title: 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 |
CustomBox
Title: CustomBox class |
class |
CustomError
Title: CustomError class |
class |
CustomGauge
|
class |
CustomPoint
Title: CustomPoint class |
class |
CustomPolar
Title: CustomPolar class |
class |
Donut
Title: Donut class |
class |
Error
Title: Error class |
class |
ErrorBar
Title: ErrorBar class |
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 |
HorizBox
Title: HorizBox class |
class |
HorizHistogram
|
class |
HorizLine
Title: HorizLine class |
class |
ImageBar
Title: ImageBar class |
class |
IsoSurface
|
class |
Line
Title: Line class |
class |
LinearGauge
Title: LinearGauge class |
class |
LinePoint
Title: LinePoint class |
class |
Map
Title: Map class |
class |
Map.PolygonSeries
Title: TeeChart for Java |
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 |
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 |
Tower
Title: Tower class |
class |
TriSurface
Title: TriSurface class |
class |
Vector3D
Title: Vector3D class |
class |
VerticalLinearGauge
Title: LinearGauge class |
class |
Volume
Title: Volume class |
class |
Waterfall
Title: Waterfall class |
class |
WindRose
Title: WindRose class |
Fields in com.steema.teechart.styles declared as Series | |
---|---|
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. 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. |
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 |
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 |
CustomPoint.assign(Series source)
|
void |
CustomBox.assign(Series source)
|
static Series |
Series.assignDispose(Series s,
Series newSeries)
|
void |
Series.assignValues(Series source)
Adds all Values from Source seriesto 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)
|
protected boolean |
Series.drawMarksSeries(Series s,
boolean activeRegion)
|
int |
SeriesCollection.indexOf(Series s)
Returns the corresponding point index which has the specified Value. |
int |
Map.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)
|
Constructors in com.steema.teechart.styles with parameters of type Series | |
---|---|
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. Default value: null |
Series |
SeriesBand.getSeries2()
Second series associated to this tool. |
Methods in com.steema.teechart.tools with parameters of type Series | |
---|---|
void |
ToolSeries.setSeries(Series value)
Sets the Series with which Tools are associated. Default value: null |
void |
SeriesBand.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)
|
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 |