|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISeries in com.steema.teechart.axis |
---|
Methods in com.steema.teechart.axis with parameters of type ISeries | |
---|---|
java.lang.String |
AxisLabelResolver.getLabel(Axis axis,
ISeries s,
int valueIndex,
java.lang.String labelText)
|
java.lang.String |
AxisLabelAdapter.getLabel(Axis axis,
ISeries s,
int valueIndex,
java.lang.String labelText)
|
Uses of ISeries in com.steema.teechart.data |
---|
Fields in com.steema.teechart.data declared as ISeries | |
---|---|
protected ISeries |
SeriesSource.series
|
Methods in com.steema.teechart.data that return ISeries | |
---|---|
ISeries |
SeriesSource.getSeries()
The Series that has this component as DataSource. |
Methods in com.steema.teechart.data with parameters of type ISeries | |
---|---|
void |
SeriesSource.setSeries(ISeries value)
The Series that has this component as DataSource. |
Uses of ISeries in com.steema.teechart.events |
---|
Methods in com.steema.teechart.events that return ISeries | |
---|---|
ISeries |
SeriesMouseEvent.getSeries()
|
Constructors in com.steema.teechart.events with parameters of type ISeries | |
---|---|
SeriesMouseEvent(ISeries series,
int id,
int valueIndex,
FrameworkMouseEvent mouseEvent)
|
|
SeriesMouseEvent(ISeries series,
int id,
int valueIndex,
Point p)
|
Uses of ISeries in com.steema.teechart.functions |
---|
Methods in com.steema.teechart.functions that return ISeries | |
---|---|
ISeries |
OBV.getVolume()
The Volume series by which OBV results are multiplied. |
ISeries |
CLV.getVolume()
The Volume series by which CLV results are multiplied. |
Methods in com.steema.teechart.functions with parameters of type ISeries | |
---|---|
DateTime |
CompressOHLC.DateCompressor.compress(ISeries series,
int valueIndex)
|
boolean |
SAR.isValidSourceOf(ISeries value)
|
boolean |
RSI.isValidSourceOf(ISeries value)
|
boolean |
ADX.isValidSourceOf(ISeries value)
|
void |
OBV.setVolume(ISeries value)
Sets the Volume series by which OBV results are multiplied. |
void |
CLV.setVolume(ISeries value)
Sets the Volume series by which CLV results are multiplied. |
Uses of ISeries in com.steema.teechart.misc |
---|
Methods in com.steema.teechart.misc with parameters of type ISeries | |
---|---|
static int |
Utils.seriesTypesIndex(ISeries s)
|
Uses of ISeries in com.steema.teechart.styles |
---|
Classes in com.steema.teechart.styles that implement ISeries | |
---|---|
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 |
Series
Title: Series class Description: The base class for all TeeChart Series styles. |
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 ISeries | |
---|---|
protected ISeries |
SeriesMarks.iSeries
|
ISeries |
ValueList.series
|
ISeries |
SeriesEvent.series
|
Methods in com.steema.teechart.styles that return ISeries | |
---|---|
ISeries |
SeriesPointer.getSeries()
|
ISeries |
SeriesMarks.getSeries()
Series is a read-only runtime method. |
Methods in com.steema.teechart.styles with parameters of type ISeries | |
---|---|
double |
Custom3DGrid.YCalculator.calculate(ISeries series,
int x,
int z)
|
Color |
Custom3DPalette.ColorResolver.getColor(ISeries series,
int valueIndex,
Color color)
|
BarStyle |
CustomBar.BarStyleResolver.getStyle(ISeries series,
int valueIndex,
BarStyle style)
|
PointerStyle |
PointerStyleResolver.getStyle(ISeries series,
int valueIndex,
PointerStyle style)
|
protected boolean |
Custom3DGrid.isValidSeriesSource(ISeries value)
|
boolean |
Vector3D.isValidSourceOf(ISeries value)
|
boolean |
OHLC.isValidSourceOf(ISeries value)
Validates Series datasource. |
boolean |
HighLow.isValidSourceOf(ISeries value)
True if Series source is HighLow. |
boolean |
Bubble.isValidSourceOf(ISeries value)
It's used to validate the DataSource property both at design and run-time. |
protected boolean |
Series.sameClass(ISeries s)
Returns True when the tmpSeries parameter is of the same class. |
Constructors in com.steema.teechart.styles with parameters of type ISeries | |
---|---|
Callout(ISeries s)
|
|
MarksCallout(ISeries s)
|
|
SeriesMarks(ISeries s)
|
|
SeriesPointer(IBaseChart c,
ISeries s)
|
|
ValueList(ISeries s,
java.lang.String name)
|
|
ValueList(ISeries s,
java.lang.String name,
int initialCapacity)
|
Uses of ISeries in com.steema.teechart.tools |
---|
Fields in com.steema.teechart.tools declared as ISeries | |
---|---|
protected ISeries |
CursorTool.CursorEvent.series
|
Methods in com.steema.teechart.tools that return ISeries | |
---|---|
ISeries |
CursorTool.CursorEvent.getSeries()
|
Constructors in com.steema.teechart.tools with parameters of type ISeries | |
---|---|
AnnotationCallout(ISeries s)
|
|
CursorTool.CursorEvent(java.lang.Object source,
int id,
ISeries series,
Point p,
double iXValue,
double iYValue,
int valueIndex)
Creates a new instance of CursorEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |