|
||||||||||
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 |
---|
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,
java.awt.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 |
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 |
Series
Title: Series 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 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. It returns the Series component that owns the TSeriesMarks subcomponent. |
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. Returns false if the Value parameter is the same as Self. |
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,
java.awt.Point p,
double iXValue,
double iYValue,
int valueIndex)
Creates a new instance of CursorEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |