Uses of Interface
com.steema.teechart.IBaseChart

Packages that use IBaseChart
com.steema.teechart   
com.steema.teechart.axis   
com.steema.teechart.blackberry   
com.steema.teechart.drawing   
com.steema.teechart.editors.gallery   
com.steema.teechart.events   
com.steema.teechart.exports   
com.steema.teechart.functions   
com.steema.teechart.imports   
com.steema.teechart.legend   
com.steema.teechart.misc   
com.steema.teechart.printer   
com.steema.teechart.styles   
com.steema.teechart.themes   
com.steema.teechart.tools   
 

Uses of IBaseChart in com.steema.teechart
 

Classes in com.steema.teechart that implement IBaseChart
 class Chart
          Title: Chart class Description: Chart contents.
 

Fields in com.steema.teechart declared as IBaseChart
 IBaseChart TeeBase.chart
           
 

Methods in com.steema.teechart that return IBaseChart
 IBaseChart TeeBase.getChart()
          Chart associated with this object.
 

Methods in com.steema.teechart with parameters of type IBaseChart
 void Zoom.setChart(IBaseChart c)
          Overrides base SetChart method to adjust pen and brush chart properties.
 void Walls.setChart(IBaseChart value)
           
 void TextShape.setChart(IBaseChart c)
           
 void TeeBase.setChart(IBaseChart value)
          Chart associated with this object.
 void Shape.setChart(IBaseChart c)
          Chart associated with this object.
 void Shadow.setChart(IBaseChart c)
           
 

Constructors in com.steema.teechart with parameters of type IBaseChart
Aspect(IBaseChart c)
           
Bevel(IBaseChart c)
           
Footer(IBaseChart c)
           
Header(IBaseChart c)
           
ImageBevel(IBaseChart c)
           
Panel(IBaseChart c)
           
Scroll(IBaseChart c)
           
Shadow(IBaseChart c)
          Shadow Constructor.
Shadow(IBaseChart c, int size)
          Shadow constructor, defines Shadow size.
Shadow(IBaseChart c, int size, Color color)
          Shadow constructor, defines initial size and color
Shape(IBaseChart c)
           
TeeBase(IBaseChart chart)
           
TextShape(IBaseChart c)
           
TextShapePosition(IBaseChart c)
           
Title(IBaseChart c)
           
Wall(IBaseChart c)
           
Walls.BackWall(IBaseChart c, Walls w)
           
Walls.BottomWall(IBaseChart c, Walls w)
           
Walls.LeftWall(IBaseChart c, Walls w)
           
Walls.RightWall(IBaseChart c, Walls w)
           
Walls(IBaseChart c)
           
Zoom(IBaseChart c)
          Creates a new Zoom instance.
ZoomScroll(IBaseChart value)
          Creates a new ZoomScroll class that is asociated to chart parameter.
 

Uses of IBaseChart in com.steema.teechart.axis
 

Methods in com.steema.teechart.axis with parameters of type IBaseChart
static Axis Axes.createNewAxis(IBaseChart chart)
           
 void CustomAxes.setChart(IBaseChart value)
           
 void AxisDraw.setChart(IBaseChart chart)
           
 void AxisDraw.TicksGridDraw.setChart(IBaseChart chart)
           
 void Axis.setChart(IBaseChart c)
           
 void Axes.setChart(IBaseChart value)
           
 

Constructors in com.steema.teechart.axis with parameters of type IBaseChart
Axes(IBaseChart c)
           
Axis(boolean horiz, boolean isOtherSide, IBaseChart chart)
           
Axis(IBaseChart chart)
           
AxisLabelItem(IBaseChart c)
           
AxisLinePen(IBaseChart c)
           
AxisTitle(IBaseChart c)
           
DepthAxis(boolean horiz, boolean isOtherSide, IBaseChart c)
           
GridPen(IBaseChart chart)
          Creates a new Grid pen.
TicksPen(IBaseChart c)
           
 

Uses of IBaseChart in com.steema.teechart.blackberry
 

Constructors in com.steema.teechart.blackberry with parameters of type IBaseChart
Graphics3DBlackBerry(IBaseChart c)
           
 

Uses of IBaseChart in com.steema.teechart.drawing
 

Methods in com.steema.teechart.drawing with parameters of type IBaseChart
 void ChartFont.setChart(IBaseChart c)
           
 void ChartBrush.setChart(IBaseChart c)
           
 

Constructors in com.steema.teechart.drawing with parameters of type IBaseChart
ChartBrush(IBaseChart c)
           
ChartBrush(IBaseChart c, boolean startVisible)
           
ChartBrush(IBaseChart c, Color aColor)
           
ChartBrush(IBaseChart c, Color aColor, boolean startVisible)
           
ChartFont(IBaseChart c)
           
ChartPen(IBaseChart c)
           
ChartPen(IBaseChart c, boolean startVisible)
           
ChartPen(IBaseChart c, Color startColor)
           
ChartPen(IBaseChart c, Color startColor, boolean startVisible)
           
ChartPen(IBaseChart c, Color startColor, boolean startVisible, int startWidth, LineCap startEndCap, DashStyle startStyle)
           
ChartPen(IBaseChart c, Color startColor, boolean startVisible, LineCap cap)
           
ChartPen(IBaseChart c, Color startColor, DashStyle startStyle)
           
ChartPen(IBaseChart c, Color startColor, int startWidth)
           
Gradient(IBaseChart c)
           
Graphics3D(IBaseChart c)
           
Graphics3DPDF(PDFData pdfdata, IBaseChart c)
           
Graphics3DSVG(java.io.OutputStream istream, IBaseChart c)
           
Graphics3DVectorial(IBaseChart c)
           
Graphics3DVectorial(java.io.OutputStream stream, IBaseChart c)
           
Graphics3DVML(java.io.OutputStream istream, IBaseChart c)
           
 

Uses of IBaseChart in com.steema.teechart.editors.gallery
 

Methods in com.steema.teechart.editors.gallery that return IBaseChart
 IBaseChart Gallery.createSubChart(java.lang.String title)
           
 

Uses of IBaseChart in com.steema.teechart.events
 

Fields in com.steema.teechart.events declared as IBaseChart
 IBaseChart TeeEvent.sender
           
 

Uses of IBaseChart in com.steema.teechart.exports
 

Fields in com.steema.teechart.exports declared as IBaseChart
protected  IBaseChart DataExportFormat.chart
           
 

Constructors in com.steema.teechart.exports with parameters of type IBaseChart
DataExportFormat(IBaseChart c)
          Data export constructor all Chart Series.
DataExportFormat(IBaseChart c, Series s)
          Data export constructor, named Series.
ExcelFormat(IBaseChart chart)
           
Exports(IBaseChart chart)
           
HTMLFormat(IBaseChart c)
           
ImageExport(IBaseChart chart)
           
ImageExportFormat(IBaseChart chart)
           
TemplateExport(IBaseChart c)
           
TextFormat(IBaseChart c)
           
XMLFormat(IBaseChart c)
           
 

Uses of IBaseChart in com.steema.teechart.functions
 

Constructors in com.steema.teechart.functions with parameters of type IBaseChart
ADX(IBaseChart c)
           
BaseTrend(IBaseChart c)
           
Bollinger(IBaseChart c)
           
CCI(IBaseChart c)
           
CLV(IBaseChart c)
           
CompressOHLC(IBaseChart c)
           
CrossPoints(IBaseChart c)
           
Cumulative(IBaseChart c)
           
CurveFitting(IBaseChart c)
           
Custom(IBaseChart c)
           
DownSampling(IBaseChart c)
           
ExpAverage(IBaseChart c)
           
ExpMovAverage(IBaseChart c)
           
Function(IBaseChart c)
           
HistogramFunction(IBaseChart c)
           
MACD(IBaseChart c)
           
Momentum(IBaseChart c)
           
MomentumDivision(IBaseChart c)
           
Moving(IBaseChart c)
           
MovingAverage(IBaseChart c)
           
OBV(IBaseChart c)
           
Performance(IBaseChart c)
           
Perimeter(IBaseChart c)
           
PVO(IBaseChart c)
           
RootMeanSquare(IBaseChart c)
           
RSI(IBaseChart c)
           
SAR(IBaseChart c)
           
Smoothing(IBaseChart c)
           
StdDeviation(IBaseChart c)
           
Stochastic(IBaseChart c)
           
Trend(IBaseChart c)
           
 

Uses of IBaseChart in com.steema.teechart.imports
 

Fields in com.steema.teechart.imports declared as IBaseChart
protected  IBaseChart DataImportFormat.chart
           
 

Constructors in com.steema.teechart.imports with parameters of type IBaseChart
DataImportFormat(IBaseChart c)
           
DataImportFormat(IBaseChart c, Series s)
           
Imports(IBaseChart chart)
           
XMLImport(IBaseChart c)
          Creates a new instance of XMLImport
 

Uses of IBaseChart in com.steema.teechart.legend
 

Methods in com.steema.teechart.legend with parameters of type IBaseChart
 void Legend.setChart(IBaseChart c)
           
 

Constructors in com.steema.teechart.legend with parameters of type IBaseChart
Legend(IBaseChart c)
           
LegendTitle(IBaseChart c)
           
 

Uses of IBaseChart in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc with parameters of type IBaseChart
static void ImageUtils.measureImageString(Dimension dimension, IBaseChart chart, ChartFont f, java.lang.String text)
           
 

Uses of IBaseChart in com.steema.teechart.printer
 

Constructors in com.steema.teechart.printer with parameters of type IBaseChart
Printer(IBaseChart chart)
           
 

Uses of IBaseChart in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as IBaseChart
 IBaseChart SeriesCollection.chart
           
 IBaseChart ErrorsFormat.IntChart
           
 

Methods in com.steema.teechart.styles that return IBaseChart
 IBaseChart SeriesCollection.getChart()
          Defines the Chart component.
 IBaseChart ISeries.getChart()
           
 

Methods in com.steema.teechart.styles with parameters of type IBaseChart
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.
 void World.setChart(IBaseChart c)
           
 void Surface.setChart(IBaseChart c)
           
 void Smith.setChart(IBaseChart c)
           
 void Shape.setChart(IBaseChart c)
           
 void SeriesPointer.setChart(IBaseChart c)
           
 void SeriesMarks.setChart(IBaseChart value)
           
 void SeriesCollection.setChart(IBaseChart chart)
           
 void Series.setChart(IBaseChart value)
           
 void Points3D.setChart(IBaseChart value)
           
 void PointFigure.setChart(IBaseChart value)
           
 void Pie.setChart(IBaseChart c)
           
 void NumericGauge.setChart(IBaseChart value)
           
 void LinearGauge.setChart(IBaseChart value)
           
 void ISeries.setChart(IBaseChart value)
           
 void ImageBar.setChart(IBaseChart c)
           
 void Histogram.setChart(IBaseChart c)
           
 void HighLow.setChart(IBaseChart c)
           
 void Gauges.setChart(IBaseChart c)
           
 void Funnel.setChart(IBaseChart c)
           
 void FastLine.setChart(IBaseChart value)
           
 void CustomPolar.setChart(IBaseChart c)
           
 void CustomPoint.setChart(IBaseChart c)
           
 void CustomErrorPoint3D.setChart(IBaseChart c)
           
 void CustomBox.setChart(IBaseChart c)
           
 void CustomBar.setChart(IBaseChart c)
           
 void Custom3DPalette.setChart(IBaseChart c)
           
 void Custom.setChart(IBaseChart c)
           
 void Clock.setChart(IBaseChart c)
           
 void CircularGauge.setChart(IBaseChart value)
           
 void Circular.setChart(IBaseChart value)
           
 void Calendar.setChart(IBaseChart c)
           
 

Constructors in com.steema.teechart.styles with parameters of type IBaseChart
Area(IBaseChart c)
           
Arrow(IBaseChart c)
           
Bar(IBaseChart c)
           
Bar3D(IBaseChart c)
           
BarJoin(IBaseChart c)
           
Bezier(IBaseChart c)
           
Box(IBaseChart c)
           
Bubble(IBaseChart c)
           
Calendar(IBaseChart c)
           
Candle(IBaseChart c)
           
CFrame(IBaseChart c, Color[] gColorPalette)
           
CFrame(IBaseChart c, Color[] gColorPalette, boolean circle)
           
Circular(IBaseChart c)
           
CircularGauge(IBaseChart c)
           
Clock(IBaseChart c)
           
ColorGrid(IBaseChart c)
           
Contour(IBaseChart c)
           
ContourSeriesMarks(IBaseChart c)
           
Custom(IBaseChart c)
           
Custom2DPolar(IBaseChart c)
           
Custom3D(IBaseChart c)
           
Custom3DGrid(IBaseChart c)
           
Custom3DPalette(IBaseChart c)
           
CustomBar(IBaseChart c)
           
CustomBox(IBaseChart c)
           
CustomError(IBaseChart c)
           
CustomErrorPoint(IBaseChart c)
           
CustomErrorPoint3D(IBaseChart c)
           
CustomGauge(IBaseChart c)
           
CustomPoint(IBaseChart c)
           
CustomPolar(IBaseChart c)
           
Donut(IBaseChart c)
           
Error(IBaseChart c)
           
ErrorBar(IBaseChart c)
           
ErrorPoint(IBaseChart c)
           
ErrorPoint3D(IBaseChart c)
           
ErrorsFormat(IBaseChart c)
           
ErrorsFormat3D(IBaseChart c)
           
FastLine(IBaseChart c)
           
Funnel(IBaseChart c)
           
Gantt(IBaseChart c)
           
Gauges(IBaseChart c)
           
GaugeSeriesPointer(IBaseChart c, Series s)
           
HighLow(IBaseChart c)
           
Histogram(IBaseChart c)
           
HorizArea(IBaseChart c)
           
HorizBar(IBaseChart c)
           
HorizBox(IBaseChart c)
           
HorizHistogram(IBaseChart c)
           
HorizLine(IBaseChart c)
           
ImageBar(IBaseChart c)
           
IsoSurface(IBaseChart c)
           
KnobGauge(IBaseChart c)
           
Line(IBaseChart c)
           
LinearGauge(IBaseChart c)
           
LinePoint(IBaseChart chart)
          Creates a new LinePoint series and adds it to a Chart
Map(IBaseChart c)
           
MarksItem(IBaseChart c)
           
NumericGauge(IBaseChart c)
           
OHLC(IBaseChart c)
           
Pie.PieOtherSlice(IBaseChart c, Series s)
           
Pie.PieShadow(IBaseChart c)
           
Pie(IBaseChart c)
           
PieMarks(IBaseChart c, Series s)
           
PointFigure(IBaseChart c)
           
Points(IBaseChart c)
           
Points3D(IBaseChart c)
           
Polar(IBaseChart c)
           
Polygon(IBaseChart chart)
           
Polygon(PolygonList collection, IBaseChart chart)
           
PolygonSeries(IBaseChart c)
           
Pyramid(IBaseChart c)
           
Radar(IBaseChart c)
           
Series(IBaseChart c)
           
SeriesCollection(IBaseChart c)
           
SeriesMarksSymbols(IBaseChart c)
           
SeriesPointer(IBaseChart c, ISeries s)
           
Shape(IBaseChart c)
           
Smith(IBaseChart c)
           
Surface(IBaseChart c)
           
TFrame(IBaseChart c, Color[] gColorPalette)
           
TFrame(IBaseChart c, Color[] gColorPalette, boolean circle)
           
Tower(IBaseChart c)
           
TriSurface(IBaseChart c)
           
Vector3D(IBaseChart c)
           
VerticalLinearGauge(IBaseChart c)
           
Volume(IBaseChart c)
           
Waterfall(IBaseChart c)
           
WindRose(IBaseChart c)
           
World(IBaseChart c)
           
World(IBaseChart c, java.lang.String loadMaps)
           
 

Uses of IBaseChart in com.steema.teechart.themes
 

Methods in com.steema.teechart.themes with parameters of type IBaseChart
static void ColorPalettes.applyPalette(IBaseChart custom, Color[] palette)
           
static void ColorPalettes.applyPalette(IBaseChart custom, int index)
           
static void ThemesList.applyTheme(IBaseChart chart, int index)
          Creates a new instance of index'th Theme and applies it to chart.
static void ThemesList.applyTheme(IBaseChart chart, Theme theme)
          Applies Theme to Chart.
static void ThemesList.applyTheme(IBaseChart chart, Theme theme, int paletteIndex)
          Applies Theme to Chart and sets the Chart palette (if paletteIndex is different than -1).
 Theme Theme.themeSelector(IBaseChart custom)
           
 

Constructors in com.steema.teechart.themes with parameters of type IBaseChart
BlackIsBackTheme(IBaseChart c)
           
BlueSkyTheme(IBaseChart c)
           
BusinessTheme(IBaseChart c)
          Description of Classic theme
ClassicTheme(IBaseChart c)
          Description of Classic theme
DefaultTheme(IBaseChart c)
           
ExcelTheme(IBaseChart c)
           
GrayscaleTheme(IBaseChart c)
          Description of Classic theme
OperaTheme(IBaseChart c)
          Description of Classic theme
Theme(IBaseChart c)
           
WebTheme(IBaseChart c)
          Description of Classic theme
XPTheme(IBaseChart c)
          Description of Classic theme
 

Uses of IBaseChart in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as IBaseChart
 IBaseChart ToolsCollection.chart
           
 

Methods in com.steema.teechart.tools with parameters of type IBaseChart
static Pie Rotate.firstSeriesPie(IBaseChart c)
           
 void ToolsCollection.setChart(IBaseChart chart)
          Sets Chart interface to tools collection
 void Tool.setChart(IBaseChart value)
           
 void AxisBreaksTool.setChart(IBaseChart value)
           
 void Annotation.setChart(IBaseChart c)
           
 void MarkersCollection.setParentChart(IBaseChart chart)
           
 

Constructors in com.steema.teechart.tools with parameters of type IBaseChart
Annotation(IBaseChart c)
           
Annotation(IBaseChart c, java.lang.String text)
           
AxisArrow(IBaseChart c)
           
ChartImage(IBaseChart c)
           
ColorBand(IBaseChart c)
           
ColorLine(IBaseChart c)
           
CursorTool(IBaseChart c)
           
DragMarks(IBaseChart c)
           
DragPoint(IBaseChart c)
           
DrawLine(IBaseChart c)
           
ExtraLegend(IBaseChart c)
           
GanttTool(IBaseChart c)
           
GridBand(IBaseChart c)
           
GridTranspose(IBaseChart c)
           
Marker(IBaseChart c)
           
Marker(IBaseChart c, java.lang.String text, int fontsize, AnnotationPosition pos, StringAlignment align, Color color1, Color color2)
           
MarkersCollection(IBaseChart c)
           
MarksTip(IBaseChart c)
           
NearestPoint(IBaseChart c)
           
PageNumber(IBaseChart c)
           
PieTool(IBaseChart c)
           
Rotate(IBaseChart c)
           
ScrollPager(IBaseChart chart)
           
SeriesAnimation(IBaseChart c)
           
SeriesBand(IBaseChart c)
           
SeriesRegion(IBaseChart c)
           
SubChart(IBaseChart c)
           
SubChartTool(IBaseChart c)
           
Tool(IBaseChart c)
           
ToolAxis(IBaseChart c)
           
ToolsCollection(IBaseChart c)
           
ToolSeries(IBaseChart c)