Serialized Form


Package com.steema.teechart

Class com.steema.teechart.Aspect extends TeeBase implements Serializable

Serialized Fields

applyZOrder

boolean applyZOrder

chart3D

int chart3D

clipPoints

boolean clipPoints

elevation

int elevation

fontZoom

double fontZoom

horizOffset

int horizOffset

orthoAngle

int orthoAngle

orthogonal

boolean orthogonal

perspective

int perspective

rotation

int rotation

tilt

int tilt

vertOffset

int vertOffset

view3D

boolean view3D

zoom

int zoom

zoomText

boolean zoomText

Class com.steema.teechart.Bevel extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

inner

BevelStyle inner

outer

BevelStyle outer

width

int width

visible

boolean visible

colorOne

Color colorOne

colorTwo

Color colorTwo

Class com.steema.teechart.BevelStyle extends Enum implements Serializable

Class com.steema.teechart.Chart extends TeeBase implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

readResolve

protected java.lang.Object readResolve()
Serialized Fields

aspect

Aspect aspect

cancelMouse

boolean cancelMouse

axes

Axes axes

panel

Panel panel

printer

Printer printer

legend

Legend legend

header

Header header

subHeader

Header subHeader

footer

Footer footer

subFooter

Footer subFooter

walls

Walls walls

series

SeriesCollection series

tools

ToolsCollection tools

page

Page page

clipWhenMetafiling

boolean clipWhenMetafiling

clipWhenPrinting

boolean clipWhenPrinting

chartBounds

Rectangle chartBounds

chartRect

Rectangle chartRect

panning

Scroll panning

zoom

Zoom zoom

left

AxisSavedScales left

top

AxisSavedScales top

right

AxisSavedScales right

bottom

AxisSavedScales bottom

originalCursor

Cursor originalCursor

autoScale

boolean autoScale

isDirty

boolean isDirty

invertedRotation

boolean invertedRotation

wallP

Point[] wallP

Class com.steema.teechart.ChartException extends java.lang.Exception implements Serializable

Class com.steema.teechart.ClickedParts extends Enum implements Serializable

Class com.steema.teechart.Cursor extends java.lang.Object implements Serializable

Serialized Fields

cursor

int cursor

Class com.steema.teechart.DateTime extends java.util.GregorianCalendar implements Serializable

Class com.steema.teechart.DateTimeStep extends Enum implements Serializable

Class com.steema.teechart.Footer extends Title implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()

Class com.steema.teechart.Header extends Title implements Serializable

Class com.steema.teechart.ImageBevel extends TeeBase implements Serializable

Serialized Fields

pen

ChartPen pen

brush

ChartBrush brush

visible

boolean visible

width

int width

Class com.steema.teechart.ImageMode extends Enum implements Serializable

Class com.steema.teechart.LineOrientation extends Enum implements Serializable

Class com.steema.teechart.Page extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

maxPoints

int maxPoints

current

int current

scaleLast

boolean scaleLast

autoScale

boolean autoScale

Class com.steema.teechart.Panel extends Shape implements Serializable

Serialized Fields

marginLeft

double marginLeft

marginTop

double marginTop

marginRight

double marginRight

marginBottom

double marginBottom

backInside

boolean backInside

marginUnits

PanelMarginUnits marginUnits

internalCanvas

Graphics3D internalCanvas

Class com.steema.teechart.PanelMarginUnits extends Enum implements Serializable

Class com.steema.teechart.PositionUnits extends Enum implements Serializable

Class com.steema.teechart.Rectangle extends java.lang.Object implements Serializable

Serialized Fields

x

int x

y

int y

width

int width

height

int height

Class com.steema.teechart.Scroll extends ZoomScroll implements Serializable

Serialized Fields

allow

ScrollMode allow

mouseButton

int mouseButton

Class com.steema.teechart.ScrollMode extends Enum implements Serializable

Class com.steema.teechart.Shadow extends TeeBase implements Serializable

Serialized Fields

brush

ChartBrush brush

height

int height

width

int width

smoothBlur

int smoothBlur

smooth

boolean smooth

visible

boolean visible

Class com.steema.teechart.Shape extends TeeBase implements Serializable

Serialized Fields

visible

boolean visible

bTransparent

boolean bTransparent

pPen

ChartPen pPen

bBevel

Bevel bBevel

shadow

Shadow shadow

bImageBevel

ImageBevel bImageBevel

bBrush

ChartBrush bBrush

shapeBounds

Rectangle shapeBounds

bBorderRound

int bBorderRound

Class com.steema.teechart.TeeBase extends java.lang.Object implements Serializable

serialVersionUID: 75565439472837495L

Class com.steema.teechart.TextFormat extends Enum implements Serializable

Class com.steema.teechart.TextShape extends Shape implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

cliptext

boolean cliptext

iDrawText

boolean iDrawText

textAlign

StringAlignment textAlign

lines

java.lang.String[] lines

shapeStyle

TextShapeStyle shapeStyle

font

ChartFont font

textFormat

TextFormat textFormat

Class com.steema.teechart.TextShapePosition extends TextShape implements Serializable

Serialized Fields

bCustomPosition

boolean bCustomPosition

Class com.steema.teechart.TextShapeStyle extends Enum implements Serializable

Class com.steema.teechart.Title extends TextShapePosition implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

adjustFrame

boolean adjustFrame

alignment

StringAlignment alignment

Class com.steema.teechart.Wall extends Shape implements Serializable

Serialized Fields

iSize

int iSize

bApplyDark

boolean bApplyDark

autoHide

boolean autoHide

Class com.steema.teechart.Walls extends TeeBase implements Serializable

Serialized Fields

back

Walls.BackWall back

bottom

Walls.BottomWall bottom

left

Walls.LeftWall left

right

Walls.RightWall right

visible

boolean visible

view3D

boolean view3D

Class com.steema.teechart.Walls.BackWall extends Wall implements Serializable

Class com.steema.teechart.Walls.BottomWall extends Wall implements Serializable

Class com.steema.teechart.Walls.LeftWall extends Wall implements Serializable

Class com.steema.teechart.Walls.RightWall extends Wall implements Serializable

Class com.steema.teechart.Zoom extends ZoomScroll implements Serializable

Serialized Fields

allow

boolean allow

animated

boolean animated

animatedSteps

int animatedSteps

bBrush

ChartBrush bBrush

direction

ZoomDirections direction

mouseButton

int mouseButton

keyShift

int keyShift

minPixels

int minPixels

pen

ChartPen pen

zoomed

boolean zoomed

zoomAxesHist

java.util.Vector<E> zoomAxesHist

zoomCounter

int zoomCounter

style

Zoom.ZoomStyle style

animatedFactor

double animatedFactor
Controls the animated zoom "speed" (inertia)


zoomHistory

boolean zoomHistory

Class com.steema.teechart.ZoomDirections extends Enum implements Serializable

Class com.steema.teechart.ZoomScroll extends TeeBase implements Serializable


Package com.steema.teechart.android

Class com.steema.teechart.android.Graphics3DAndroid extends Graphics3D implements Serializable

Serialized Fields

currentX

int currentX

currentY

int currentY

canvas

Canvas canvas

restoreCount

int restoreCount

textSize

Dimension textSize

textBounds

Rect textBounds

Package com.steema.teechart.axis

Class com.steema.teechart.axis.Axes extends TeeBase implements Serializable

Serialized Fields

custom

CustomAxes custom

depth

DepthAxis depth

depthTop

DepthAxis depthTop

left

Axis left

right

Axis right

top

Axis top

bottom

Axis bottom

visible

boolean visible

drawBehind

boolean drawBehind

Class com.steema.teechart.axis.Axis extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

labels

AxisLabels labels

partnerAxis

Axis partnerAxis

usePartnerAxis

boolean usePartnerAxis

automatic

boolean automatic

automaticMaximum

boolean automaticMaximum

automaticMinimum

boolean automaticMinimum

desiredIncrement

double desiredIncrement

maximumValue

double maximumValue

minimumValue

double minimumValue

logarithmic

boolean logarithmic

logarithmicBase

double logarithmicBase

maximumRounded

boolean maximumRounded

minimumRound

boolean minimumRound

axispen

AxisLinePen axispen

maximumOffset

int maximumOffset

minimumOffset

int minimumOffset

axisTitle

AxisTitle axisTitle

grid

GridPen grid

minorGrid

ChartPen minorGrid

minorTickCount

int minorTickCount

minorTicks

TicksPen minorTicks

ticks

TicksPen ticks

ticksInner

TicksPen ticksInner

tickonlabelsonly

boolean tickonlabelsonly

inverted

boolean inverted

horizontal

boolean horizontal

otherSide

boolean otherSide

bVisible

boolean bVisible

startPosition

double startPosition

endPosition

double endPosition

relativePosition

double relativePosition

positionUnits

PositionUnits positionUnits

zPosition

double zPosition

Class com.steema.teechart.axis.AxisLabelAlign extends Enum implements Serializable

Class com.steema.teechart.axis.AxisLabelItem extends TextShape implements Serializable

Serialized Fields

value

double value

iAxisLabelsItems

AxisLabelsItems iAxisLabelsItems

Class com.steema.teechart.axis.AxisLabels extends TextShape implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

iAngle

int iAngle

bOnAxis

boolean bOnAxis

iSeparation

int iSeparation

iStyle

AxisLabelStyle iStyle

bExponent

boolean bExponent

position

int position

axisvaluesformat

java.lang.String axisvaluesformat

sDatetimeformat

java.lang.String sDatetimeformat

align

AxisLabelAlign align

customSize

int customSize

multiline

boolean multiline

exactDateTime

boolean exactDateTime

roundfirstlabel

boolean roundfirstlabel

items

AxisLabelsItems items

labelsAlternate

boolean labelsAlternate

Class com.steema.teechart.axis.AxisLabelsItems extends java.util.ArrayList implements Serializable

Class com.steema.teechart.axis.AxisLabelStyle extends Enum implements Serializable

Class com.steema.teechart.axis.AxisLinePen extends ChartPen implements Serializable

Class com.steema.teechart.axis.AxisTitle extends TextShape implements Serializable

Serialized Fields

iDefaultAngle

int iDefaultAngle

angle

int angle

customSize

int customSize

Class com.steema.teechart.axis.CustomAxes extends java.util.ArrayList implements Serializable

Class com.steema.teechart.axis.DepthAxis extends Axis implements Serializable

Class com.steema.teechart.axis.GridPen extends ChartPen implements Serializable

Serialized Fields

centered

boolean centered
When centered is true, grid is displayed in between axis labels. When false, grid lines are drawn at axis labels positions.


drawEvery

int drawEvery

zPosition

double zPosition

Class com.steema.teechart.axis.TicksPen extends ChartPen implements Serializable

Serialized Fields

length

int length

Package com.steema.teechart.drawing

Class com.steema.teechart.drawing.ChartBrush extends TeeBase implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

visible

boolean visible

color

Color color

foregroundColor

Color foregroundColor

gradient

Gradient gradient

imageMode

ImageMode imageMode

imageTransparent

boolean imageTransparent

solid

boolean solid

style

HatchStyle style

wrapTile

boolean wrapTile

zeroRect

Rectangle zeroRect

Class com.steema.teechart.drawing.ChartFont extends TeeBase implements Serializable

Serialized Fields

bold

boolean bold

bBrush

ChartBrush bBrush

italic

boolean italic

name

java.lang.String name

shadow

Shadow shadow

size

int size

strikeout

boolean strikeout

underline

boolean underline

outline

ChartPen outline

Class com.steema.teechart.drawing.ChartPen extends TeeBase implements Serializable

Serialized Fields

color

Color color

dashStyle

DashStyle dashStyle

width

int width

endCap

LineCap endCap

dashCap

DashCap dashCap

visible

boolean visible

transparency

int transparency

Class com.steema.teechart.drawing.DashCap extends Enum implements Serializable

Class com.steema.teechart.drawing.DashStyle extends Enum implements Serializable

Serialized Fields

dashWidth

int dashWidth

Class com.steema.teechart.drawing.EdgeStyle extends Enum implements Serializable

Class com.steema.teechart.drawing.Gradient extends TeeBase implements Serializable

Serialized Fields

visible

boolean visible

customTargetPolygon

Point[] customTargetPolygon

direction

GradientDirection direction

startColor

Color startColor

middleColor

Color middleColor

endColor

Color endColor

useMiddle

boolean useMiddle

transparency

int transparency

angle

double angle

radialX

int radialX

radialY

int radialY

Class com.steema.teechart.drawing.GradientDirection extends Enum implements Serializable

Class com.steema.teechart.drawing.Graphics3D extends TeeBase implements Serializable

Serialized Fields

fourPoints

Point[] fourPoints

smoothingMode

boolean smoothingMode

textSmooth

boolean textSmooth

bounds

Rectangle bounds

stringFormat

StringFormat stringFormat

pen

ChartPen pen

brush

ChartBrush brush

font

ChartFont font

buffered

boolean buffered

rotationCenter

Point3D rotationCenter

aspect

Aspect aspect

iPoints

Point[] iPoints

iPointDoubles

PointDouble[] iPointDoubles

is3D

boolean is3D

isOrtho

boolean isOrtho

s2

double s2

c1

double c1

s1

double s1

c3

double c3

s3

double s3

c2

double c2

c2s3

double c2s3

c2c3

double c2c3

tempXX

double tempXX

tempYX

double tempYX

tempXZ

double tempXZ

tempYZ

double tempYZ

iPerspec

boolean iPerspec

iOrthoX

double iOrthoX

iOrthoY

double iOrthoY

iZoomFactor

double iZoomFactor

iZoomPerspec

double iZoomPerspec

iZoomText

boolean iZoomText

xCenter

int xCenter

yCenter

int yCenter

zCenter

int zCenter

xCenterOffset

int xCenterOffset

yCenterOffset

int yCenterOffset

metafiling

boolean metafiling

pie3D

com.steema.teechart.drawing.Graphics3D.Pie3D pie3D

monochrome

boolean monochrome

colorPalette

Color[] colorPalette

textSize

Dimension textSize

line0

Point line0

line1

Point line1

Class com.steema.teechart.drawing.Graphics3DPDF extends Graphics3DVectorial implements Serializable

Serialized Fields

fX

int fX

fY

int fY

iStream

MemoryOutputStream iStream

fonts

PDFFonts fonts

images

PDFData.PDFImages images

m_String

java.lang.String m_String

iHeight

int iHeight

segments

PDFData.PDFSegmentList segments

prevSegmentEnd

int prevSegmentEnd

format

java.text.DecimalFormat format

Class com.steema.teechart.drawing.Graphics3DSVG extends Graphics3DVectorial implements Serializable

Serialized Fields

m_String

java.lang.String m_String

fx

int fx

fy

int fy

iClipCount

int iClipCount

iClipStack

int iClipStack

iGradientCount

int iGradientCount

docType

java.lang.String docType

antiAliasing

boolean antiAliasing

Class com.steema.teechart.drawing.Graphics3DVectorial extends Graphics3D implements Serializable

Serialized Fields

istream

java.io.OutputStream istream

graphics

java.lang.Object graphics

Class com.steema.teechart.drawing.Graphics3DVML extends Graphics3DVectorial implements Serializable

Serialized Fields

m_String

java.lang.String m_String

fx

int fx

fy

int fy

Class com.steema.teechart.drawing.HatchStyle extends Enum implements Serializable

Class com.steema.teechart.drawing.LineCap extends Enum implements Serializable

Class com.steema.teechart.drawing.Point.Double extends java.lang.Object implements Serializable

Serialized Fields

x

double x

y

double y

Class com.steema.teechart.drawing.StringAlignment extends Enum implements Serializable


Package com.steema.teechart.events

Class com.steema.teechart.events.EventListenerList extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.steema.teechart.events.TeeEventListeners extends java.util.ArrayList implements Serializable


Package com.steema.teechart.exports

Class com.steema.teechart.exports.Exports extends TeeBase implements Serializable

Serialized Fields

image

ImageExport image

template

TemplateExport template

data

Exports.DataExport data

Class com.steema.teechart.exports.ImageExportFormat extends TeeBase implements Serializable

Serialized Fields

width

int width

height

int height

fileExtension

java.lang.String fileExtension

format

java.lang.Object format

Package com.steema.teechart.functions

Class com.steema.teechart.functions.Add extends Function implements Serializable

Class com.steema.teechart.functions.ADX extends Function implements Serializable

Serialized Fields

iDMDown

FastLine iDMDown

iDMUp

FastLine iDMUp

interpolate

boolean interpolate

factor

int factor

Class com.steema.teechart.functions.Average extends Function implements Serializable

Serialized Fields

includeNulls

boolean includeNulls

Class com.steema.teechart.functions.BaseTrend extends Function implements Serializable

Serialized Fields

trendStyle

TrendStyle trendStyle

Class com.steema.teechart.functions.Bollinger extends Function implements Serializable

Serialized Fields

fExponential

boolean fExponential

fDeviation

double fDeviation

iOther

FastLine iOther

Class com.steema.teechart.functions.CCI extends Function implements Serializable

Serialized Fields

constant

double constant

aveSeries

Line aveSeries

fMovAve

MovingAverage fMovAve

fTypical

Line fTypical

tmpPeriod

int tmpPeriod

Class com.steema.teechart.functions.CLV extends Function implements Serializable

Serialized Fields

fVolume

ISeries fVolume

fAccumulate

boolean fAccumulate

Class com.steema.teechart.functions.CompressionPeriod extends Enum implements Serializable

Class com.steema.teechart.functions.CompressOHLC extends Function implements Serializable

Serialized Fields

dateCompressor

CompressOHLC.DateCompressor dateCompressor

fCompress

CompressionPeriod fCompress

Class com.steema.teechart.functions.Correlation extends BaseTrend implements Serializable

Class com.steema.teechart.functions.Count extends Function implements Serializable

Class com.steema.teechart.functions.CrossPoints extends Function implements Serializable

Serialized Fields

tmp1

ValueList tmp1

tmp2

ValueList tmp2

tmpX1

ValueList tmpX1

tmpX2

ValueList tmpX2

Class com.steema.teechart.functions.Cumulative extends Function implements Serializable

Class com.steema.teechart.functions.CurveFitting extends Function implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

ipolyDegree

int ipolyDegree

factor

int factor

firstCalcPoint

int firstCalcPoint

lastCalcPoint

int lastCalcPoint

firstPoint

int firstPoint

lastPoint

int lastPoint

Class com.steema.teechart.functions.Custom extends Function implements Serializable

Serialized Fields

numPoints

int numPoints

yCalculator

Custom.YCalculator yCalculator

startX

double startX

x

double x

Class com.steema.teechart.functions.Divide extends ManySeries implements Serializable

Class com.steema.teechart.functions.DownSampling extends Function implements Serializable

Serialized Fields

tolerance

double tolerance

method

DownSamplingMethod method

r

com.steema.teechart.functions.DownSampling.ReduceResults r

reducedsize

int reducedsize

displayedPointCount

int displayedPointCount

Class com.steema.teechart.functions.DownSamplingMethod extends Enum implements Serializable

Class com.steema.teechart.functions.ExpAverage extends Moving implements Serializable

Serialized Fields

weight

double weight

Class com.steema.teechart.functions.ExpMovAverage extends Function implements Serializable

Class com.steema.teechart.functions.Function extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

dPeriod

double dPeriod

periodStyle

PeriodStyle periodStyle

periodAlign

PeriodAlign periodAlign

Class com.steema.teechart.functions.High extends Function implements Serializable

Class com.steema.teechart.functions.HistogramFunction extends Function implements Serializable

Serialized Fields

cumulative

boolean cumulative

numbins

int numbins

Class com.steema.teechart.functions.Low extends Function implements Serializable

Class com.steema.teechart.functions.MACD extends Moving implements Serializable

Serialized Fields

histoS

Volume histoS

otherS

FastLine otherS

movF1

ExpMovAverage movF1

movF2

ExpMovAverage movF2

movF3

ExpMovAverage movF3

ser1

Line ser1

ser2

Line ser2

Class com.steema.teechart.functions.ManySeries extends Function implements Serializable

Class com.steema.teechart.functions.Momentum extends Moving implements Serializable

Class com.steema.teechart.functions.MomentumDivision extends Moving implements Serializable

Class com.steema.teechart.functions.Moving extends Function implements Serializable

Class com.steema.teechart.functions.MovingAverage extends Moving implements Serializable

Serialized Fields

fWeighted

boolean fWeighted

fWeightedIndex

boolean fWeightedIndex

Class com.steema.teechart.functions.Multiply extends ManySeries implements Serializable

Class com.steema.teechart.functions.OBV extends Function implements Serializable

Serialized Fields

fVolume

ISeries fVolume

Class com.steema.teechart.functions.Performance extends Moving implements Serializable

Class com.steema.teechart.functions.Perimeter extends Function implements Serializable

Class com.steema.teechart.functions.PeriodAlign extends Enum implements Serializable

Class com.steema.teechart.functions.PeriodStyle extends Enum implements Serializable

Class com.steema.teechart.functions.PVO extends Function implements Serializable

Serialized Fields

fExpMovAve1

ExpMovAverage fExpMovAve1

fExpMovAve2

ExpMovAverage fExpMovAve2

fExpSeries1

Line fExpSeries1

fExpSeries2

Line fExpSeries2

fPercent

boolean fPercent

Class com.steema.teechart.functions.RootMeanSquare extends Function implements Serializable

Serialized Fields

complete

boolean complete

iNumPoints

int iNumPoints

iSum2

double iSum2

Class com.steema.teechart.functions.RSI extends Moving implements Serializable

Serialized Fields

fStyle

RSIStyle fStyle

opens

ValueList opens

closes

ValueList closes

iSeries

Series iSeries

Class com.steema.teechart.functions.RSIStyle extends Enum implements Serializable

Class com.steema.teechart.functions.SAR extends Function implements Serializable

Serialized Fields

af

double af

ms

double ms

Class com.steema.teechart.functions.Smoothing extends Function implements Serializable

Serialized Fields

interpolate

boolean interpolate

factor

int factor

Class com.steema.teechart.functions.StdDeviation extends Function implements Serializable

Serialized Fields

complete

boolean complete

iSum

double iSum

iSum2

double iSum2

iNumPoints

int iNumPoints

Class com.steema.teechart.functions.Stochastic extends Moving implements Serializable

Serialized Fields

nums

double[] nums

dens

double[] dens

Class com.steema.teechart.functions.Subtract extends ManySeries implements Serializable

Class com.steema.teechart.functions.Trend extends BaseTrend implements Serializable

Class com.steema.teechart.functions.TrendStyle extends Enum implements Serializable

Class com.steema.teechart.functions.Variance extends Function implements Serializable


Package com.steema.teechart.imports

Class com.steema.teechart.imports.Imports extends TeeBase implements Serializable

Serialized Fields

template

Imports.Template template

xml

XMLImport xml

Package com.steema.teechart.legend

Class com.steema.teechart.legend.Legend extends TextShapePosition implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

columnWidthAuto

boolean columnWidthAuto

columnWidths

int[] columnWidths

resizeChart

boolean resizeChart

checkBoxes

boolean checkBoxes

textStyle

LegendTextStyle textStyle

legendStyle

LegendStyle legendStyle

currentPage

boolean currentPage

vertSpacing

int vertSpacing

horizMargin

int horizMargin

vertMargin

int vertMargin

topLeftPos

int topLeftPos

alignment

LegendAlignment alignment

numCols

int numCols

numRows

int numRows

maxNumRows

int maxNumRows

fontSeriesColor

boolean fontSeriesColor

inverted

boolean inverted

dividingLines

ChartPen dividingLines

title

LegendTitle title

textSymbolGap

int textSymbolGap

symbol

LegendSymbol symbol

items

LegendItems items

useMaxWidth

boolean useMaxWidth

Class com.steema.teechart.legend.LegendAlignment extends Enum implements Serializable

Class com.steema.teechart.legend.LegendItem extends TeeBase implements Serializable

Serialized Fields

align

StringAlignment align

symbolRect

Rectangle symbolRect

left

int left

top

int top

FText

java.lang.String FText

FText2

java.lang.String FText2

iLegend

Legend iLegend

Class com.steema.teechart.legend.LegendItems extends java.util.ArrayList implements Serializable

Serialized Fields

iLegend

Legend iLegend

custom

boolean custom

Class com.steema.teechart.legend.LegendStyle extends Enum implements Serializable

Class com.steema.teechart.legend.LegendSymbol extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

continuous

boolean continuous
Determines if legend symbol should display without separation from other legend item symbols.


position

LegendSymbolPosition position
Controls where to display the legend symbol related to symbol item.


width

int width

widthUnits

LegendSymbolSize widthUnits

iPen

ChartPen iPen

squared

boolean squared

visible

boolean visible

symbolLineWidth

int symbolLineWidth

Class com.steema.teechart.legend.LegendSymbolPosition extends Enum implements Serializable

Class com.steema.teechart.legend.LegendSymbolSize extends Enum implements Serializable

Class com.steema.teechart.legend.LegendTextStyle extends Enum implements Serializable

Class com.steema.teechart.legend.LegendTitle extends TextShape implements Serializable

Serialized Fields

textAlign

StringAlignment textAlign

tmpFrameWidth

int tmpFrameWidth

tmpXPosTitle

int tmpXPosTitle

tmpMargin

int tmpMargin

FontH

int FontH

Package com.steema.teechart.misc

Class com.steema.teechart.misc.Enum extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

readResolve

protected java.lang.Object readResolve()
                                throws java.lang.NoSuchFieldException,
                                       java.lang.IllegalAccessException
Throws:
java.lang.NoSuchFieldException
java.lang.IllegalAccessException

Package com.steema.teechart.printer

Class com.steema.teechart.printer.Printer extends TeeBase implements Serializable

Serialized Fields

isPrinting

boolean isPrinting

Package com.steema.teechart.styles

Class com.steema.teechart.styles.Area extends Custom implements Serializable

Serialized Fields

useOrigin

boolean useOrigin

origin

double origin

stackgroup

int stackgroup

Class com.steema.teechart.styles.Arrow extends Points implements Serializable

Serialized Fields

endXValues

ValueList endXValues

endYValues

ValueList endYValues

Class com.steema.teechart.styles.ArrowHeadStyle extends Enum implements Serializable

Class com.steema.teechart.styles.Bar extends CustomBar implements Serializable

Class com.steema.teechart.styles.Bar3D extends Bar implements Serializable

Serialized Fields

offsetValues

ValueList offsetValues

Class com.steema.teechart.styles.BarJoin extends Bar implements Serializable

Serialized Fields

joinPen

ChartPen joinPen

Class com.steema.teechart.styles.BarStyle extends Enum implements Serializable

Class com.steema.teechart.styles.Bezier extends Custom implements Serializable

Class com.steema.teechart.styles.Box extends CustomBox implements Serializable

Class com.steema.teechart.styles.Bubble extends Points implements Serializable

Serialized Fields

squared

boolean squared

radiusValues

ValueList radiusValues

Class com.steema.teechart.styles.Calendar extends Series implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

dayOneRow

int dayOneRow

dayOneColumn

int dayOneColumn

date

DateTime date

days

Calendar.CalendarCell days

months

Calendar.CalendarCellUpper months

nextMonth

Button nextMonth

previousMonth

Button previousMonth

popupMenu

Menu popupMenu

sunday

Calendar.CalendarCell sunday

today

Calendar.CalendarCell today

trailing

Calendar.CalendarCell trailing

weekDays

Calendar.CalendarCellUpper weekDays

pen

ChartPen pen

Class com.steema.teechart.styles.Calendar.CalendarCell extends TextShape implements Serializable

Serialized Fields

series

Calendar series

Class com.steema.teechart.styles.Calendar.CalendarCellUpper extends Calendar.CalendarCell implements Serializable

Serialized Fields

upper

boolean upper

format

java.lang.String format

Class com.steema.teechart.styles.Callout extends SeriesPointer implements Serializable

Serialized Fields

arrow

ChartPen arrow

arrowHead

ArrowHeadStyle arrowHead

distance

int distance

arrowHeadSize

int arrowHeadSize

Class com.steema.teechart.styles.Candle extends OHLC implements Serializable

Serialized Fields

upCloseColor

Color upCloseColor

downCloseColor

Color downCloseColor

candleWidth

int candleWidth

style

CandleStyle style

showOpenTick

boolean showOpenTick

showCloseTick

boolean showCloseTick

Class com.steema.teechart.styles.CandleStyle extends Enum implements Serializable

Class com.steema.teechart.styles.CFrame extends TFrame implements Serializable

Serialized Fields

iPoints

java.util.ArrayList<E> iPoints

InnerBandPoints

PointDouble[] InnerBandPoints

MiddleBandPoints

PointDouble[] MiddleBandPoints

OuterBandPoints

PointDouble[] OuterBandPoints

BandRadius

double[] BandRadius

ExtendInner

boolean ExtendInner

frameElementWidths

double[] frameElementWidths

totalAngle

int totalAngle

rotationAngle

int rotationAngle

Class com.steema.teechart.styles.Circular extends Series implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

circled

boolean circled

rotationAngle

int rotationAngle

customXRadius

int customXRadius

customYRadius

int customYRadius

circleWidth

int circleWidth

circleHeight

int circleHeight

iXRadius

int iXRadius

iYRadius

int iYRadius

circleBackColor

Color circleBackColor

circleGradient

Gradient circleGradient

iCircleXCenter

int iCircleXCenter

iCircleYCenter

int iCircleYCenter

rCircleRect

Rectangle rCircleRect

rotDegree

double rotDegree

iAdjustCircleForMarks

boolean iAdjustCircleForMarks

Class com.steema.teechart.styles.CircularGauge extends Circular implements Serializable

Serialized Fields

iCenter

Point iCenter

iRange

double iRange

iStartAngle

float iStartAngle

iAngleInc

float iAngleInc

iOrigRectangle

Rectangle iOrigRectangle

iNewRectangle

Rectangle iNewRectangle

nGauge

NumericGauge nGauge

lGauge

LinearGauge lGauge

iPoints

java.util.ArrayList<E> iPoints

autoPosNGauge

boolean autoPosNGauge

autoValNGauge

boolean autoValNGauge

autoPosLGauge

boolean autoPosLGauge

autoValLGauge

boolean autoValLGauge

customBounds

Rectangle customBounds

nonVisiblePen

ChartPen nonVisiblePen

displayTotalAngle

int displayTotalAngle

displayRotationAngle

int displayRotationAngle

center

GaugeSeriesPointer center

endPoint

SeriesPointer endPoint

handDistance

int handDistance

labelsVisible

boolean labelsVisible

labelsInside

boolean labelsInside

totalAngle

double totalAngle

maximum

double maximum

minimum

double minimum

minorTickDistance

int minorTickDistance

faceBrush

ChartBrush faceBrush

hand

GaugeSeriesPointer hand

rotateLabels

boolean rotateLabels

fillToSemiCircle

boolean fillToSemiCircle

frame

CFrame frame

ticks

GaugeSeriesPointer ticks

minorTicks

GaugeSeriesPointer minorTicks

redLine

GaugeSeriesPointer redLine

greenLine

GaugeSeriesPointer greenLine

redLineStartValue

double redLineStartValue

redLineEndValue

double redLineEndValue

greenLineStartValue

double greenLineStartValue

greenLineEndValue

double greenLineEndValue

gaugeColorPalette

Color[] gaugeColorPalette

handOffset

int handOffset

Class com.steema.teechart.styles.Clock extends Custom2DPolar implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

penHours

ChartPen penHours

penMinutes

ChartPen penMinutes

penSeconds

ChartPen penSeconds

style

ClockStyle style

time

int time

mtimer

java.lang.Runnable mtimer

Class com.steema.teechart.styles.ClockStyle extends Enum implements Serializable

Class com.steema.teechart.styles.ColorGrid extends Custom3DGrid implements Serializable

Serialized Fields

centered

boolean centered

cBrush

ChartBrush cBrush

Class com.steema.teechart.styles.ColorList extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.Contour extends Custom3DGrid implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

automaticLevels

boolean automaticLevels

levels

ContourLevels levels

numLevels

int numLevels

yPosition

double yPosition

yPositionLevel

boolean yPositionLevel

drawingalgorithm

ContourConstruction drawingalgorithm

fillLevels

boolean fillLevels

contourmarks

ContourSeriesMarks contourmarks

tmpSt

java.lang.String tmpSt

pointer

SeriesPointer pointer

framepen

ChartPen framepen

LinesColor

Color LinesColor

Class com.steema.teechart.styles.Contour.ContourDraw extends TeeBase implements Serializable

Serialized Fields

cs

Contour cs

tmpNumLevels

int tmpNumLevels

tLevel

com.steema.teechart.styles.Contour.TempLevel tLevel

P

Point[] P

tmpDrawMarks

boolean tmpDrawMarks

tmpY

int tmpY

tol

double tol

invtol

double invtol

difY

double[] difY

cellX

double[] cellX

cellZ

double[] cellZ

cellXi

int[] cellXi

cellZi

int[] cellZi

iLevels

com.steema.teechart.styles.Contour.TempLevel[] iLevels

tmpZAxis

Axis tmpZAxis

algo

ContourConstruction algo

iso

IsoSurface iso

Class com.steema.teechart.styles.ContourConstruction extends Enum implements Serializable

Class com.steema.teechart.styles.ContourLevels extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.ContourSeriesMarks extends TeeBase implements Serializable

Serialized Fields

iSeries

Contour iSeries

antioverlap

boolean antioverlap

atSegments

boolean atSegments

colorlevel

boolean colorlevel

density

int density

margin

int margin

Class com.steema.teechart.styles.Custom extends CustomPoint implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

bAreaBrush

ChartBrush bAreaBrush

pAreaLines

ChartPen pAreaLines

bClickableLine

boolean bClickableLine

bDark3D

boolean bDark3D

drawArea

boolean drawArea

drawLine

boolean drawLine

invertedStairs

boolean invertedStairs

colorEachLine

boolean colorEachLine

lineHeight

int lineHeight

outLine

ChartPen outLine

stairs

boolean stairs

p4

Point[] p4

Class com.steema.teechart.styles.Custom2DPolar extends CustomPolar implements Serializable

Class com.steema.teechart.styles.Custom3D extends Series implements Serializable

Serialized Fields

timesZOrder

int timesZOrder

vzValues

ValueList vzValues

Class com.steema.teechart.styles.Custom3DGrid extends Custom3DPalette implements Serializable

Serialized Fields

gridIndex

Custom3DGrid.PCellsRow gridIndex

iNumXValues

int iNumXValues

iNumZValues

int iNumZValues

irregularGrid

boolean irregularGrid

iInGallery

boolean iInGallery

valueIndex0

int valueIndex0

valueIndex1

int valueIndex1

valueIndex2

int valueIndex2

valueIndex3

int valueIndex3

iNextXCell

int iNextXCell

iNextZCell

int iNextZCell

FXStartIndex

int FXStartIndex

FZStartIndex

int FZStartIndex

yCalculator

Custom3DGrid.YCalculator yCalculator

Class com.steema.teechart.styles.Custom3DGrid.CellsRow extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.Custom3DGrid.PCellsRow extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.Custom3DPalette extends Custom3D implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

iPaletteSteps

int iPaletteSteps

bUseColorRange

boolean bUseColorRange

bUsePalette

boolean bUsePalette

startColor

Color startColor

endColor

Color endColor

midColor

Color midColor

sameBrush

boolean sameBrush

paletteStyle

PaletteStyle paletteStyle

paletteMin

double paletteMin

paletteStep

double paletteStep

paletteRange

double paletteRange

usePaletteMin

boolean usePaletteMin

pen

ChartPen pen

redFactor

double redFactor

greenFactor

double greenFactor

blueFactor

double blueFactor

Class com.steema.teechart.styles.CustomBar extends Series implements Serializable

Serialized Fields

barSizePercent

int barSizePercent

conePercent

int conePercent

bDark3D

boolean bDark3D

iMultiBar

MultiBars iMultiBar

bUseOrigin

boolean bUseOrigin

marksOnBar

boolean marksOnBar

dOrigin

double dOrigin

pPen

ChartPen pPen

marksLocation

CustomBar.MarksLocation marksLocation

autoMarkPosition

boolean autoMarkPosition

barStyle

BarStyle barStyle

gradientRelative

boolean gradientRelative

tickLines

ChartPen tickLines

depthPercent

int depthPercent

offsetPercent

int offsetPercent

sideMargins

boolean sideMargins

stackGroup

int stackGroup

iBarBounds

Rectangle iBarBounds

iNumBars

int iNumBars

iMaxBarPoints

int iMaxBarPoints

iOrderPos

int iOrderPos

iPreviousCount

int iPreviousCount

groups

int[] groups

numGroups

int numGroups

iBarSize

int iBarSize

customBarSize

int customBarSize

normalBarColor

Color normalBarColor

Class com.steema.teechart.styles.CustomBox extends Points implements Serializable

Serialized Fields

dPosition

double dPosition

iVertical

boolean iVertical

extrOut

SeriesPointer extrOut

medianPen

ChartPen medianPen

mildOut

SeriesPointer mildOut

whiskerLength

double whiskerLength

whiskerPen

ChartPen whiskerPen

useCustomValues

boolean useCustomValues

median

double median

quartile1

double quartile1

quartile3

double quartile3

innerFence1

double innerFence1

innerFence3

double innerFence3

outerFence1

double outerFence1

outerFence3

double outerFence3

adjacentPoint1

double adjacentPoint1

adjacentPoint3

double adjacentPoint3

Class com.steema.teechart.styles.CustomError extends Bar implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

iErrorStyle

ErrorStyle iErrorStyle

bDrawBar

boolean bDrawBar

errorPen

ChartPen errorPen

errorValues

ValueList errorValues

errorWidth

int errorWidth

errorWidthUnits

ErrorWidthUnit errorWidthUnits

Class com.steema.teechart.styles.CustomGauge extends Series implements Serializable

Serialized Fields

iOrigRectangle

Rectangle iOrigRectangle

iNewRectangle

Rectangle iNewRectangle

iRange

double iRange

customBounds

Rectangle customBounds

frame

TFrame frame

gaugeColorPalette

Color[] gaugeColorPalette

faceBrush

ChartBrush faceBrush

ticks

GaugeSeriesPointer ticks

fminimum

double fminimum

fmaximum

double fmaximum

minorTicks

GaugeSeriesPointer minorTicks

hand

GaugeSeriesPointer hand

redLine

GaugeSeriesPointer redLine

greenLine

GaugeSeriesPointer greenLine

fredLineStartValue

double fredLineStartValue

fredLineEndValue

double fredLineEndValue

fgreenLineStartValue

double fgreenLineStartValue

fgreenLineEndValue

double fgreenLineEndValue

minorTickDistance

int minorTickDistance

horizontal

boolean horizontal

Class com.steema.teechart.styles.CustomPoint extends com.steema.teechart.styles.BaseLine implements Serializable

Serialized Fields

point

SeriesPointer point

iStacked

CustomStack iStacked

Class com.steema.teechart.styles.CustomPolar extends Circular implements Serializable

Serialized Fields

iPointer

SeriesPointer iPointer

iMaxValuesCount

int iMaxValuesCount

font

ChartFont font

pen

ChartPen pen

circleLabels

boolean circleLabels

circleLabelsFont

ChartFont circleLabelsFont

circleLabelsInside

boolean circleLabelsInside

circleLabelsRot

boolean circleLabelsRot

circlePen

ChartPen circlePen

clockWiseLabels

boolean clockWiseLabels

closeCircle

boolean closeCircle

treatnulls

TreatNullsStyle treatnulls

oldX

int oldX

oldY

int oldY

Class com.steema.teechart.styles.CustomStack extends Enum implements Serializable

Class com.steema.teechart.styles.Donut extends Pie implements Serializable

Class com.steema.teechart.styles.Error extends CustomError implements Serializable

Class com.steema.teechart.styles.ErrorBar extends CustomError implements Serializable

Class com.steema.teechart.styles.ErrorStyle extends Enum implements Serializable

Class com.steema.teechart.styles.ErrorWidthUnit extends Enum implements Serializable

Class com.steema.teechart.styles.FastLine extends com.steema.teechart.styles.BaseLine implements Serializable

Serialized Fields

autoRepaint

boolean autoRepaint

drawAll

boolean drawAll

invertedStairs

boolean invertedStairs

stairs

boolean stairs

ignoreNulls

boolean ignoreNulls

Class com.steema.teechart.styles.Funnel extends Series implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

aboveColor

Color aboveColor

autoUpdate

boolean autoUpdate

belowColor

Color belowColor

differenceLimit

double differenceLimit

pen

ChartPen pen

linesPen

ChartPen linesPen

opportunityValues

ValueList opportunityValues

quotesSorted

boolean quotesSorted

withinColor

Color withinColor

Class com.steema.teechart.styles.Gantt extends Points implements Serializable

Serialized Fields

endValues

ValueList endValues

nextTask

ValueList nextTask

Class com.steema.teechart.styles.GaugePointerStyles extends Enum implements Serializable

Class com.steema.teechart.styles.Gauges extends Circular implements Serializable

Serialized Fields

fAngle

double fAngle

fCenter

SeriesPointer fCenter

fDistance

int fDistance

fEndPoint

SeriesPointer fEndPoint

fMax

double fMax

fMin

double fMin

fMinorDistance

int fMinorDistance

fStyle

HandStyle fStyle

pen

ChartPen pen

fLabelsInside

boolean fLabelsInside

Class com.steema.teechart.styles.GaugeSeriesPointer extends SeriesPointer implements Serializable

Serialized Fields

xMinusSmall

int xMinusSmall

xPlusSmall

int xPlusSmall

yMinusSmall

int yMinusSmall

yPlusSmall

int yPlusSmall

iStartAngle

double iStartAngle

style

GaugePointerStyles style

tmpStyle

PointerStyle tmpStyle

shadow

Shadow shadow

Class com.steema.teechart.styles.HandStyle extends Enum implements Serializable

Class com.steema.teechart.styles.HighLow extends Series implements Serializable

Serialized Fields

pen

ChartPen pen

highPen

ChartPen highPen

low

ValueList low

lowPen

ChartPen lowPen

highBrush

ChartBrush highBrush

lowBrush

ChartBrush lowBrush

Class com.steema.teechart.styles.Histogram extends com.steema.teechart.styles.BaseLine implements Serializable

Serialized Fields

linesPen

ChartPen linesPen

origin

int origin

useOrigin

boolean useOrigin

Class com.steema.teechart.styles.HorizArea extends Area implements Serializable

Class com.steema.teechart.styles.HorizBar extends CustomBar implements Serializable

Class com.steema.teechart.styles.HorizBox extends CustomBox implements Serializable

Class com.steema.teechart.styles.HorizHistogram extends Histogram implements Serializable

Class com.steema.teechart.styles.HorizLine extends Line implements Serializable

Class com.steema.teechart.styles.HorizontalAxis extends Enum implements Serializable

Class com.steema.teechart.styles.ImageBar extends Bar implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

imageTiled

boolean imageTiled

Class com.steema.teechart.styles.IsoSurface extends Surface implements Serializable

Serialized Fields

bandPen

ChartPen bandPen

sides

com.steema.teechart.styles.SurfaceSides sides

xv

ValueList xv

zv

ValueList zv

v

ValueList v

iTransp

boolean iTransp

hasImage

boolean hasImage

iCalcYPos

int iCalcYPos

paletteLength

int paletteLength

tmpValue

double tmpValue

isZ

boolean isZ

iPoints2D

Point[] iPoints2D

P3D

Point3D[] P3D

yPosition

double yPosition

useY

boolean useY

tmpMin

int tmpMin

tmpMax

int tmpMax

Class com.steema.teechart.styles.KnobGauge extends CircularGauge implements Serializable

Serialized Fields

axisInside

boolean axisInside

innerEllipse

Rectangle innerEllipse

centerActive

boolean centerActive

oldX

int oldX

oldY

int oldY

highLightBrush

ChartBrush highLightBrush

Class com.steema.teechart.styles.LevelSegments extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.Line extends Custom implements Serializable

Class com.steema.teechart.styles.LinearGauge extends CustomGauge implements Serializable

Serialized Fields

useValueColorPalette

boolean useValueColorPalette

valueAreaBrush

ChartBrush valueAreaBrush

iAxisRectangle

Rectangle iAxisRectangle

maxValue

double maxValue

maxValueIndicator

GaugeSeriesPointer maxValueIndicator

Class com.steema.teechart.styles.LinePoint extends Points implements Serializable

Class com.steema.teechart.styles.Map extends Custom3DPalette implements Serializable

Serialized Fields

shapes

Map.PolygonList shapes

i3DList

Map.Polygon[] i3DList

Class com.steema.teechart.styles.Map.Polygon extends TeeBase implements Serializable

Serialized Fields

fPoints

Map.PolygonSeries fPoints

closed

boolean closed

parentPen

boolean parentPen

parentBrush

boolean parentBrush

index

int index

iPoints

Point[] iPoints

transparency

int transparency

parentSeries

Map parentSeries

Class com.steema.teechart.styles.Map.PolygonList extends java.util.ArrayList implements Serializable

Serialized Fields

owner

Map owner

Class com.steema.teechart.styles.Map.PolygonSeries extends Series implements Serializable

Serialized Fields

pen

ChartPen pen

iPolygon

Map.Polygon iPolygon

Class com.steema.teechart.styles.MarkPositions extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.MarksCallout extends Callout implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

length

int length

Class com.steema.teechart.styles.MarksItem extends TextShape implements Serializable

Class com.steema.teechart.styles.MarksItems extends java.util.ArrayList implements Serializable

Serialized Fields

iMarks

TextShape iMarks

iLoadingCustom

boolean iLoadingCustom

Class com.steema.teechart.styles.MarksStyle extends Enum implements Serializable

Class com.steema.teechart.styles.MultiAreas extends Enum implements Serializable

Class com.steema.teechart.styles.MultiBars extends Enum implements Serializable

Class com.steema.teechart.styles.MultiPies extends Enum implements Serializable

Class com.steema.teechart.styles.NumericGauge extends CustomGauge implements Serializable

Serialized Fields

valueMarker

Marker valueMarker

unitsMarker

Marker unitsMarker

textMarker

Marker textMarker

markers

MarkersCollection markers

Class com.steema.teechart.styles.OHLC extends Custom implements Serializable

Serialized Fields

vHighValues

ValueList vHighValues

vLowValues

ValueList vLowValues

vOpenValues

ValueList vOpenValues

Class com.steema.teechart.styles.PaletteList extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.PaletteStyle extends Enum implements Serializable

Class com.steema.teechart.styles.Pie extends Circular implements Serializable

Serialized Fields

angleSize

int angleSize

dark3D

boolean dark3D

darkPen

boolean darkPen

iDonutPercent

int iDonutPercent

bevelPercent

int bevelPercent

edgeStyle

EdgeStyle edgeStyle

explodedSlice

Pie.ExplodedSliceList explodedSlice

explodeBiggest

int explodeBiggest

otherSlice

Pie.PieOtherSlice otherSlice

multiPie

MultiPies multiPie

shadow

Pie.PieShadow shadow

usePatterns

boolean usePatterns

pen

ChartPen pen

autoMarkPosition

boolean autoMarkPosition

sliceHeight

Pie.SliceValueList sliceHeight

piemarks

PieMarks piemarks

iOldChartRect

Rectangle iOldChartRect

Class com.steema.teechart.styles.Pie.ExplodedSliceList extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.Pie.PieOtherSlice extends TeeBase implements Serializable

Serialized Fields

color

Color color

text

java.lang.String text

aValue

double aValue

legend

Legend legend

series

Series series

style

PieOtherStyle style

Class com.steema.teechart.styles.Pie.PieShadow extends Shadow implements Serializable

Class com.steema.teechart.styles.Pie.SliceValueList extends java.util.ArrayList implements Serializable

Serialized Fields

OwnerSeries

Series OwnerSeries

Class com.steema.teechart.styles.PieMarks extends TeeBase implements Serializable

Serialized Fields

series

Series series

vertcenter

boolean vertcenter

legsize

int legsize

Class com.steema.teechart.styles.PieOtherStyle extends Enum implements Serializable

Class com.steema.teechart.styles.PieOtherStyles extends Enum implements Serializable

Class com.steema.teechart.styles.PointerStyle extends Enum implements Serializable

Class com.steema.teechart.styles.PointFigure extends OHLC implements Serializable

Serialized Fields

boxSize

double boxSize

reversal

double reversal

up

SeriesPointer up

down

SeriesPointer down

Class com.steema.teechart.styles.Points extends CustomPoint implements Serializable

Class com.steema.teechart.styles.Points3D extends Custom3D implements Serializable

Serialized Fields

depthSize

double depthSize

pointer

SeriesPointer pointer

linePen

ChartPen linePen

baseLine

ChartPen baseLine

treatnulls

TreatNullsStyle treatnulls

Class com.steema.teechart.styles.Polar extends CustomPolar implements Serializable

Class com.steema.teechart.styles.Pyramid extends Series implements Serializable

Serialized Fields

size

int size

pen

ChartPen pen

Class com.steema.teechart.styles.Radar extends CustomPolar implements Serializable

Class com.steema.teechart.styles.Series extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

bBrush

ChartBrush bBrush

bActive

boolean bActive

title

java.lang.String title

horizontalAxis

HorizontalAxis horizontalAxis

verticalAxis

VerticalAxis verticalAxis

customHorizAxis

Axis customHorizAxis

customVertAxis

Axis customVertAxis

vxValues

ValueList vxValues

vyValues

ValueList vyValues

sLabels

StringList sLabels

iColors

ColorList iColors

bColorEach

boolean bColorEach

InternalUse

boolean InternalUse

zOrder

int zOrder

depth

int depth

showInLegend

boolean showInLegend

manualData

boolean manualData

marks

SeriesMarks marks

valueFormat

java.lang.String valueFormat

labelMember

java.lang.String labelMember

colorMember

java.lang.String colorMember

percentFormat

java.lang.String percentFormat

function

Function function

cursor

Cursor cursor

tmpStyle

ChartBrush tmpStyle

defaultNull

double defaultNull

datasource

java.lang.Object datasource

Class com.steema.teechart.styles.SeriesCollection extends java.util.ArrayList implements Serializable

Serialized Fields

applyZOrder

boolean applyZOrder

Class com.steema.teechart.styles.SeriesEventStyle extends Enum implements Serializable

Class com.steema.teechart.styles.SeriesMarks extends TextShape implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

checkMarkArrowColor

boolean checkMarkArrowColor
When True, Marks arrow pen color is changed if the point has the same color.


bClip

boolean bClip

markerStyle

MarksStyle markerStyle

multiLine

boolean multiLine

drawEvery

int drawEvery

zPosition

int zPosition

angle

double angle

callout

MarksCallout callout

items

MarksItems items

symbol

SeriesMarksSymbols symbol

Class com.steema.teechart.styles.SeriesMarksSymbols extends Shape implements Serializable

Class com.steema.teechart.styles.SeriesPointer extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

bVisible

boolean bVisible

allowChangeSize

boolean allowChangeSize

dark3D

boolean dark3D

draw3D

boolean draw3D

inflate

boolean inflate

horizSize

int horizSize

vertSize

int vertSize

style

PointerStyle style

pen

ChartPen pen

bBrush

ChartBrush bBrush

Class com.steema.teechart.styles.Shape extends Series implements Serializable

Serialized Fields

shape

TextShape shape

style

ShapeStyle style

xyStyle

ShapeXYStyle xyStyle

textVertAlign

ShapeTextVertAlign textVertAlign

textHorizAlign

ShapeTextHorizAlign textHorizAlign

Class com.steema.teechart.styles.ShapeStyle extends Enum implements Serializable

Class com.steema.teechart.styles.ShapeTextHorizAlign extends Enum implements Serializable

Class com.steema.teechart.styles.ShapeTextVertAlign extends Enum implements Serializable

Class com.steema.teechart.styles.ShapeXYStyle extends Enum implements Serializable

Class com.steema.teechart.styles.Smith extends Circular implements Serializable

Serialized Fields

circlePen

ChartPen circlePen

pen

ChartPen pen

imagSymbol

java.lang.String imagSymbol

pointer

SeriesPointer pointer

Class com.steema.teechart.styles.SphereStyle extends Enum implements Serializable

Class com.steema.teechart.styles.StringList extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.Surface extends Custom3DGrid implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

dotFrame

boolean dotFrame

sideBrush

ChartBrush sideBrush

smoothPalette

boolean smoothPalette

bWaterFall

boolean bWaterFall

waterLines

ChartPen waterLines

wireFrame

boolean wireFrame

hideCells

boolean hideCells

tmpBackRange

boolean tmpBackRange

tmpBackCompare

boolean tmpBackCompare

tmpYOrigin

int tmpYOrigin

sideLines

ChartPen sideLines

Class com.steema.teechart.styles.SurfaceStyle extends Enum implements Serializable

Class com.steema.teechart.styles.Ternary extends Custom3DPalette implements Serializable

Serialized Fields

fAxisScale

Ternary.TernaryAxisScale fAxisScale

fLinesPen

ChartPen fLinesPen

fRotateLabels

boolean fRotateLabels

labelsEnabled

boolean labelsEnabled

fTernaryStyle

Ternary.TernaryStyle fTernaryStyle

fVertexTitles

java.util.ArrayList<E>[] fVertexTitles

fPlotFormat

Ternary.TernaryFormat fPlotFormat

fRadiusValues

ValueList fRadiusValues

fWeightValues

ValueList fWeightValues

fPointer

SeriesPointer fPointer

iPolyList

java.util.ArrayList<E> iPolyList

boundingPoly

Point[] boundingPoly

fVertexA

Point fVertexA

fVertexB

Point fVertexB

fVertexC

Point fVertexC

fLeftPoints

Point[] fLeftPoints

fRightPoints

Point[] fRightPoints

fBottomPoints

Point[] fBottomPoints

fPlotPoints

Point[] fPlotPoints

fPercentCoeff

double fPercentCoeff

fTernaryLegendStyle

Ternary.TernaryLegendStyle fTernaryLegendStyle

fTernaryMarkStyle

Ternary.TernaryMarkStyle fTernaryMarkStyle

paletteLength

int paletteLength

Class com.steema.teechart.styles.TFrame extends TeeBase implements Serializable

Serialized Fields

innerBand

ChartBrush innerBand

middleBand

ChartBrush middleBand

outerBand

ChartBrush outerBand

tmpBrush

ChartBrush tmpBrush

width

int width

visible

boolean visible

gaugeColorPalette

Color[] gaugeColorPalette

circled

boolean circled

Class com.steema.teechart.styles.Tower extends Custom3DGrid implements Serializable

Serialized Fields

dark3D

boolean dark3D

origin

double origin

percDepth

int percDepth

percWidth

int percWidth

towerStyle

TowerStyle towerStyle

useOrigin

boolean useOrigin

Class com.steema.teechart.styles.TowerStyle extends Enum implements Serializable

Class com.steema.teechart.styles.TreatNullsStyle extends Enum implements Serializable

Class com.steema.teechart.styles.TriSurface extends Custom3DPalette implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

border

ChartPen border

hide

boolean hide

cacheTriangles

boolean cacheTriangles

Class com.steema.teechart.styles.ValueList extends TeeBase implements Serializable

Serialized Fields

value

double[] value

count

int count

dateTime

boolean dateTime

order

ValueListOrder order

name

java.lang.String name

Class com.steema.teechart.styles.ValueListOrder extends Enum implements Serializable

Class com.steema.teechart.styles.ValuesLists extends java.util.ArrayList implements Serializable

Class com.steema.teechart.styles.Vector3D extends Custom3DPalette implements Serializable

Serialized Fields

arrowHeight

int arrowHeight

arrowWidth

int arrowWidth

startArrow

ChartPen startArrow

endArrow

ChartPen endArrow

endXValues

ValueList endXValues

endYValues

ValueList endYValues

endZValues

ValueList endZValues

Class com.steema.teechart.styles.VerticalAxis extends Enum implements Serializable

Class com.steema.teechart.styles.VerticalLinearGauge extends LinearGauge implements Serializable

Class com.steema.teechart.styles.Volume extends Custom implements Serializable

Serialized Fields

useYOrigin

boolean useYOrigin

origin

double origin

iColor

Color iColor

Class com.steema.teechart.styles.Waterfall extends Surface implements Serializable

Class com.steema.teechart.styles.WindRose extends Custom2DPolar implements Serializable


Package com.steema.teechart.themes

Class com.steema.teechart.themes.BlackIsBackTheme extends OperaTheme implements Serializable

Class com.steema.teechart.themes.BlueSkyTheme extends DefaultTheme implements Serializable

Class com.steema.teechart.themes.BusinessTheme extends DefaultTheme implements Serializable

Class com.steema.teechart.themes.ClassicTheme extends DefaultTheme implements Serializable

Class com.steema.teechart.themes.DefaultTheme extends Theme implements Serializable

Class com.steema.teechart.themes.ExcelTheme extends DefaultTheme implements Serializable

Class com.steema.teechart.themes.GrayscaleTheme extends DefaultTheme implements Serializable

Class com.steema.teechart.themes.OperaTheme extends DefaultTheme implements Serializable

Class com.steema.teechart.themes.Theme extends TeeBase implements Serializable

Serialized Fields

themeSelectorHook

com.steema.teechart.themes.Theme.ThemeSelectorDelegate themeSelectorHook

newChartHook

com.steema.teechart.themes.Theme.ThemeSelectorDelegate newChartHook

Class com.steema.teechart.themes.WebTheme extends DefaultTheme implements Serializable

Serialized Fields

darkSilver

Color darkSilver

Class com.steema.teechart.themes.XPTheme extends DefaultTheme implements Serializable


Package com.steema.teechart.tools

Class com.steema.teechart.tools.Annotation extends Tool implements Serializable

Serialized Fields

position

AnnotationPosition position

shape

TextShapePosition shape

textAlign

StringAlignment textAlign

cursor

Cursor cursor

callout

AnnotationCallout callout

customSize

boolean customSize

cliptext

boolean cliptext

positionUnits

PositionUnits positionUnits

Class com.steema.teechart.tools.AnnotationCallout extends Callout implements Serializable

Serialized Fields

x

int x

y

int y

z

int z

Class com.steema.teechart.tools.AnnotationPosition extends Enum implements Serializable

Class com.steema.teechart.tools.AxisArrow extends ToolAxis implements Serializable

Serialized Fields

length

int length

position

AxisArrowPosition position

scrollPercent

int scrollPercent

scrollInverted

boolean scrollInverted

Class com.steema.teechart.tools.AxisArrowPosition extends Enum implements Serializable

Class com.steema.teechart.tools.ChartImage extends ToolSeries implements Serializable

Serialized Fields

image

Image image

imageMode

ImageMode imageMode

Class com.steema.teechart.tools.ColorBand extends ToolAxis implements Serializable

Serialized Fields

drawBehind

boolean drawBehind

end

double end

start

double start

boundsRect

Rectangle boundsRect

fLineEnd

ColorLine fLineEnd

fLineStart

ColorLine fLineStart

Class com.steema.teechart.tools.ColorLine extends ToolAxis implements Serializable

Serialized Fields

allowDrag

boolean allowDrag

dragRepaint

boolean dragRepaint

noLimitDrag

boolean noLimitDrag

draw3D

boolean draw3D

drawBehind

boolean drawBehind

style

ColorLineStyle style

lineValue

double lineValue

dragging

boolean dragging

Class com.steema.teechart.tools.ColorLineStyle extends Enum implements Serializable

Class com.steema.teechart.tools.CursorClicked extends Enum implements Serializable

Class com.steema.teechart.tools.CursorTool extends ToolSeries implements Serializable

Serialized Fields

followMouse

boolean followMouse

snap

boolean snap

style

CursorToolStyle style

useChartRect

boolean useChartRect

dragging

CursorClicked dragging

iXValue

double iXValue

iYValue

double iYValue

iPoint

Point iPoint

Class com.steema.teechart.tools.CursorToolStyle extends Enum implements Serializable

Class com.steema.teechart.tools.DragMarks extends ToolSeries implements Serializable

Serialized Fields

oldX

int oldX

oldY

int oldY

position

SeriesMarksPosition position

Class com.steema.teechart.tools.DragPoint extends ToolSeries implements Serializable

Serialized Fields

style

DragPointStyle style

theSeries

Series theSeries

button

int button

cursor

Cursor cursor

dragging

int dragging

Class com.steema.teechart.tools.DragPointStyle extends Enum implements Serializable

Class com.steema.teechart.tools.DrawLine extends ToolSeries implements Serializable

Serialized Fields

fromPoint

Point fromPoint

toPoint

Point toPoint

iHandle

DrawLineHandle iHandle

button

int button

fSelectNew

boolean fSelectNew

enableDraw

boolean enableDraw

enableSelect

boolean enableSelect

lines

DrawLines lines

firstMouseDown

boolean firstMouseDown

tmpLine

DrawLineItem tmpLine

drawing

boolean drawing

point

Point point

selected

DrawLineItem selected

style

DrawLineStyle style

Class com.steema.teechart.tools.DrawLineHandle extends Enum implements Serializable

Class com.steema.teechart.tools.DrawLines extends java.util.ArrayList implements Serializable

Serialized Fields

tool

DrawLine tool

Class com.steema.teechart.tools.DrawLineStyle extends Enum implements Serializable

Class com.steema.teechart.tools.ExtraLegend extends ToolSeries implements Serializable

Serialized Fields

legend

Legend legend

Class com.steema.teechart.tools.GanttTool extends ToolSeries implements Serializable

Serialized Fields

allowDrag

boolean allowDrag

allowResize

boolean allowResize

bar

int bar

barPart

int barPart

cursorDrag

Cursor cursorDrag

cursorResize

Cursor cursorResize

minPixels

int minPixels

xOriginal

double xOriginal

Class com.steema.teechart.tools.GridBand extends ToolAxis implements Serializable

Serialized Fields

band1

ChartBrush band1

band2

ChartBrush band2

tmpBand

ChartBrush tmpBand

Class com.steema.teechart.tools.GridTranspose extends Tool implements Serializable

Serialized Fields

series

Custom3DGrid series

Class com.steema.teechart.tools.Marker extends Annotation implements Serializable

Serialized Fields

iRectangle

Rectangle iRectangle

usePalette

boolean usePalette

centered

boolean centered

visible

boolean visible

textAuxiliar

java.lang.String textAuxiliar

barfontSpace

double barfontSpace

dotfontSpace

double dotfontSpace

textWidth

double textWidth

Class com.steema.teechart.tools.MarkersCollection extends ToolsCollection implements Serializable

Class com.steema.teechart.tools.MarksTip extends ToolSeries implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

mouseAction

MarksTipMouseAction mouseAction

style

MarksStyle style

Class com.steema.teechart.tools.MarksTipMouseAction extends Enum implements Serializable

Class com.steema.teechart.tools.NearestPoint extends ToolSeries implements Serializable

Serialized Fields

drawLine

boolean drawLine

fullRepaint

boolean fullRepaint

size

int size

style

NearestPointStyle style

iMouse

Point iMouse

point

int point

Class com.steema.teechart.tools.NearestPointStyle extends Enum implements Serializable

Class com.steema.teechart.tools.PageNumber extends Annotation implements Serializable

Class com.steema.teechart.tools.PieTool extends ToolSeries implements Serializable

Serialized Fields

style

PieToolStyle style

iSlice

int iSlice

Class com.steema.teechart.tools.PieToolStyle extends Enum implements Serializable

Class com.steema.teechart.tools.Rotate extends Tool implements Serializable

Serialized Fields

button

int button

style

RotateStyle style

inverted

boolean inverted

iOldX

int iOldX

iOldY

int iOldY

dragging

boolean dragging

iFirstTime

boolean iFirstTime

iOldRepaint

boolean iOldRepaint

Class com.steema.teechart.tools.RotateStyle extends Enum implements Serializable

Class com.steema.teechart.tools.SeriesAnimation extends ToolSeries implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

backup

Series backup

drawEvery

int drawEvery

startValue

double startValue

steps

int steps

startAtMin

boolean startAtMin

iStop

boolean iStop

Class com.steema.teechart.tools.SeriesBand extends ToolSeries implements Serializable

Serialized Fields

boundValue

double boundValue

drawBehindSeries

boolean drawBehindSeries

series2

Series series2

iSerie1Drawed

boolean iSerie1Drawed

iSerie2Drawed

boolean iSerie2Drawed

Class com.steema.teechart.tools.Tool extends TeeBase implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Serialized Fields

pPen

ChartPen pPen

bBrush

ChartBrush bBrush

active

boolean active

Class com.steema.teechart.tools.ToolAxis extends Tool implements Serializable

Serialized Fields

iAxis

Axis iAxis

Class com.steema.teechart.tools.ToolsCollection extends java.util.ArrayList implements Serializable

Class com.steema.teechart.tools.ToolSeries extends Tool implements Serializable

Serialized Fields

iSeries

Series iSeries