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

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

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

java.awt.Cursor originalCursor

autoScale

boolean autoScale

isDirty

boolean isDirty

invertedRotation

boolean invertedRotation

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

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

Class com.steema.teechart.Commander extends javax.swing.JToolBar implements Serializable

Serialized Fields

iMouseButton

int iMouseButton

iDragging

boolean iDragging

fOldX

int fOldX

fOldY

int fOldY

rotationFloat

double rotationFloat

elevationFloat

double elevationFloat

labelValues

boolean labelValues

showHints

boolean showHints

bNormal

javax.swing.JToggleButton bNormal

bRotate

javax.swing.JToggleButton bRotate

bMove

javax.swing.JToggleButton bMove

bZoom

javax.swing.JToggleButton bZoom

bDepth

javax.swing.JToggleButton bDepth

bView3D

javax.swing.JToggleButton bView3D

bEdit

javax.swing.JButton bEdit

bPrint

javax.swing.JButton bPrint

bCopy

javax.swing.JButton bCopy

bExport

javax.swing.JButton bExport

chart

Chart chart

labelCaption

javax.swing.JLabel labelCaption

mButton

int mButton

Class com.steema.teechart.CommanderApplet extends java.applet.Applet implements Serializable

Serialized Fields

commander

Commander commander

Class com.steema.teechart.Cursors extends java.awt.Cursor implements Serializable

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.awt.Rectangle implements Serializable

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

bBrush

ChartBrush bBrush

height

int height

width

int width

smoothBlur

int smoothBlur

bSmooth

boolean bSmooth

bVisible

boolean bVisible

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.TChart extends javax.swing.JComponent implements Serializable

Serialized Fields

chart

Chart chart

mousePosition

java.awt.Point mousePosition

scrollable

TChart.Scrollable scrollable

backImage

java.awt.Image backImage

Class com.steema.teechart.TChartApplet extends java.applet.Applet implements Serializable

Serialized Fields

chart

Chart chart

buffer

java.awt.Image buffer

bufferg

java.awt.Graphics bufferg

Class com.steema.teechart.TChartCustomizer extends ChartEditorPanel implements Serializable

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

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

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

animatedFactor

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

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

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


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

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

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

colorChanged

java.beans.EventHandler colorChanged

Class com.steema.teechart.drawing.Color extends java.awt.Color implements Serializable

serialVersionUID: 618526816881161077L

Serialized Fields

empty

boolean empty

none

boolean none

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

java.awt.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

java.awt.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

java.awt.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

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

Serialized Fields

currentX

int currentX

currentY

int currentY

g

java.awt.Graphics2D g

dirty

boolean dirty

oldTransformState

java.awt.geom.AffineTransform oldTransformState

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

iWidth

int iWidth

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

g

java.awt.Graphics2D g

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.StringAlignment extends Enum implements Serializable


Package com.steema.teechart.editors

Class com.steema.teechart.editors.AboutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

label3

javax.swing.JLabel label3

label4

javax.swing.JLabel label4

closeButton

javax.swing.JButton closeButton

backgroundPane

javax.swing.JLabel backgroundPane

urlLabel

javax.swing.JLabel urlLabel

Class com.steema.teechart.editors.AbstractPageNavigator extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

page

Page page

pageListener

javax.swing.event.ChangeListener pageListener

Class com.steema.teechart.editors.AskLanguage extends javax.swing.JDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel

result

int result

language

int language

lbLangs

javax.swing.JLabel lbLangs

jList1

javax.swing.JList jList1

jButton1

javax.swing.JButton jButton1

Class com.steema.teechart.editors.AspectEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

aspect

Aspect aspect

cb3D

javax.swing.JCheckBox cb3D

cbOrtho

javax.swing.JCheckBox cbOrtho

cbClip

javax.swing.JCheckBox cbClip

jLabel1

javax.swing.JLabel jLabel1

jZoom

javax.swing.JSlider jZoom

labelZoom

javax.swing.JLabel labelZoom

jRotation

javax.swing.JSlider jRotation

jLabel2

javax.swing.JLabel jLabel2

labelRot

javax.swing.JLabel labelRot

jLabel3

javax.swing.JLabel jLabel3

jElevation

javax.swing.JSlider jElevation

labelEle

javax.swing.JLabel labelEle

jLabel4

javax.swing.JLabel jLabel4

jPerspective

javax.swing.JSlider jPerspective

labelPer

javax.swing.JLabel labelPer

jLabel5

javax.swing.JLabel jLabel5

jHoriz

javax.swing.JSlider jHoriz

labelHoriz

javax.swing.JLabel labelHoriz

jLabel6

javax.swing.JLabel jLabel6

jVert

javax.swing.JSlider jVert

labelVert

javax.swing.JLabel labelVert

jLabel7

javax.swing.JLabel jLabel7

sp3D

javax.swing.JSpinner sp3D

cbSmooth

javax.swing.JCheckBox cbSmooth

jLabel8

javax.swing.JLabel jLabel8

spOrthoAngle

javax.swing.JSpinner spOrthoAngle

cbZoomText

javax.swing.JCheckBox cbZoomText

jLabel9

javax.swing.JLabel jLabel9

initDialog

boolean initDialog

Class com.steema.teechart.editors.AxesEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

axes

Axes axes

axis

Axis axis

jPanel1

javax.swing.JPanel jPanel1

cbBehind

javax.swing.JCheckBox cbBehind

cbViewAxes

javax.swing.JCheckBox cbViewAxes

borderLayout1

java.awt.BorderLayout borderLayout1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

jPanel6

javax.swing.JPanel jPanel6

jPanel7

javax.swing.JPanel jPanel7

jPanel8

javax.swing.JPanel jPanel8

jLabel1

javax.swing.JLabel jLabel1

jPanel9

javax.swing.JPanel jPanel9

lAxes

javax.swing.JList lAxes

bIncrement

javax.swing.JButton bIncrement

jLabel2

javax.swing.JLabel jLabel2

cbLog

javax.swing.JCheckBox cbLog

jLabel3

javax.swing.JLabel jLabel3

eLogBase

javax.swing.JTextPane eLogBase

cbLogE

javax.swing.JCheckBox cbLogE

jTabbedPane2

javax.swing.JTabbedPane jTabbedPane2

jPanel10

javax.swing.JPanel jPanel10

jPanel11

javax.swing.JPanel jPanel11

cbAutoMin

javax.swing.JCheckBox cbAutoMin

lAxisMin

javax.swing.JLabel lAxisMin

bAxisMin

javax.swing.JButton bAxisMin

jLabel5

javax.swing.JLabel jLabel5

spMinOff

javax.swing.JSpinner spMinOff

lAxisMax

javax.swing.JLabel lAxisMax

spMaxOff

javax.swing.JSpinner spMaxOff

bAxisMax

javax.swing.JButton bAxisMax

jLabel7

javax.swing.JLabel jLabel7

cbAutoMax

javax.swing.JCheckBox cbAutoMax

borderLayout2

java.awt.BorderLayout borderLayout2

jTabbedPane3

javax.swing.JTabbedPane jTabbedPane3

jPanel12

javax.swing.JPanel jPanel12

jPanel13

javax.swing.JPanel jPanel13

jLabel8

javax.swing.JLabel jLabel8

eTitle

javax.swing.JTextField eTitle

cbTitleVisible

javax.swing.JCheckBox cbTitleVisible

bDelete

javax.swing.JButton bDelete

bAdd

javax.swing.JButton bAdd

bAxisPen

ButtonPen bAxisPen

bAxisGrid

ButtonPen bAxisGrid

bTickPen

ButtonPen bTickPen

bTickInner

ButtonPen bTickInner

bTickMinor

ButtonPen bTickMinor

bMinorGrid

ButtonPen bMinorGrid

jTabbedPane4

javax.swing.JTabbedPane jTabbedPane4

borderLayout3

java.awt.BorderLayout borderLayout3

jPanel14

javax.swing.JPanel jPanel14

jPanel15

javax.swing.JPanel jPanel15

jPanel16

javax.swing.JPanel jPanel16

cbLabels

javax.swing.JCheckBox cbLabels

cbMultiline

javax.swing.JCheckBox cbMultiline

cbRoundFirst

javax.swing.JCheckBox cbRoundFirst

cbLabelOnAxis

javax.swing.JCheckBox cbLabelOnAxis

cbAlternate

javax.swing.JCheckBox cbAlternate

cbExpo

javax.swing.JCheckBox cbExpo

cbLabelAlign

javax.swing.JCheckBox cbLabelAlign

lAxisFormat

javax.swing.JLabel lAxisFormat

cbFormat

javax.swing.JComboBox cbFormat

cbGridCentered

javax.swing.JCheckBox cbGridCentered

cbTickOnLabels

javax.swing.JCheckBox cbTickOnLabels

jPanel17

javax.swing.JPanel jPanel17

cbVisible

javax.swing.JCheckBox cbVisible

cbAutomatic

javax.swing.JCheckBox cbAutomatic

cbInverted

javax.swing.JCheckBox cbInverted

borderLayout4

java.awt.BorderLayout borderLayout4

borderLayout5

java.awt.BorderLayout borderLayout5

borderLayout6

java.awt.BorderLayout borderLayout6

titleFont

ChartFontEditor titleFont

labelsFont

ChartFontEditor labelsFont

jLabel10

javax.swing.JLabel jLabel10

spPosition

javax.swing.JSpinner spPosition

jLabel25

javax.swing.JLabel jLabel25

spGridDrawEvery

javax.swing.JSpinner spGridDrawEvery

jLabel11

javax.swing.JLabel jLabel11

cbUnits

javax.swing.JComboBox cbUnits

jLabel12

javax.swing.JLabel jLabel12

jLabel13

javax.swing.JLabel jLabel13

spStart

javax.swing.JSpinner spStart

spEnd

javax.swing.JSpinner spEnd

jLabel14

javax.swing.JLabel jLabel14

cbOtherSide

javax.swing.JCheckBox cbOtherSide

cbHorizontal

javax.swing.JCheckBox cbHorizontal

spZPos

javax.swing.JSpinner spZPos

jLabel15

javax.swing.JLabel jLabel15

spMinorLength

javax.swing.JSpinner spMinorLength

jLabel16

javax.swing.JLabel jLabel16

spMinorCount

javax.swing.JSpinner spMinorCount

jLabel17

javax.swing.JLabel jLabel17

spTitleAngle

javax.swing.JSpinner spTitleAngle

jLabel18

javax.swing.JLabel jLabel18

spTitleSize

javax.swing.JSpinner spTitleSize

jLabel19

javax.swing.JLabel jLabel19

spLabelsSize

javax.swing.JSpinner spLabelsSize

jLabel20

javax.swing.JLabel jLabel20

spLabelsAngle

javax.swing.JSpinner spLabelsAngle

jLabel21

javax.swing.JLabel jLabel21

spMinSep

javax.swing.JSpinner spMinSep

jLabel22

javax.swing.JLabel jLabel22

cbStyle

javax.swing.JComboBox cbStyle

jLabel9

javax.swing.JLabel jLabel9

jLabel23

javax.swing.JLabel jLabel23

spTickLen

javax.swing.JSpinner spTickLen

spInnerLen

javax.swing.JSpinner spInnerLen

spGridZ

javax.swing.JSpinner spGridZ

jLabel24

javax.swing.JLabel jLabel24

lAxisIncre

javax.swing.JLabel lAxisIncre

Class com.steema.teechart.editors.AxisIncrement extends javax.swing.JDialog implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

cbSteps

javax.swing.JComboBox cbSteps

cbExact

javax.swing.JCheckBox cbExact

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

radioButton1

javax.swing.JRadioButton radioButton1

radioButton2

javax.swing.JRadioButton radioButton2

tbCustom

javax.swing.JTextField tbCustom

bOK

javax.swing.JButton bOK

bCancel

javax.swing.JButton bCancel

result

boolean result

dialogResult

int dialogResult

isDateTime

boolean isDateTime

isExact

boolean isExact

dIncrement

double dIncrement

iStep

int iStep

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

jLabel1

javax.swing.JLabel jLabel1

jPanel2

javax.swing.JPanel jPanel2

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

Class com.steema.teechart.editors.AxisLabelsEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

axisLabels

AxisLabels axisLabels

axis

Axis axis

labelText

TextEditor labelText

components

java.awt.Frame components

group

javax.swing.ButtonGroup group

jLabel1

javax.swing.JLabel jLabel1

cbLabels

javax.swing.JCheckBox cbLabels

tab

javax.swing.JPanel tab

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

tab1

javax.swing.JPanel tab1

tab2

javax.swing.JPanel tab2

tab3

javax.swing.JPanel tab3

cbMultiLine

javax.swing.JCheckBox cbMultiLine

cbRoundFirst

javax.swing.JCheckBox cbRoundFirst

cbOnAxis

javax.swing.JCheckBox cbOnAxis

cbAlternate

javax.swing.JCheckBox cbAlternate

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

spLabelsSize

javax.swing.JSpinner spLabelsSize

spLabelsAngle

javax.swing.JSpinner spLabelsAngle

spSepar

javax.swing.JSpinner spSepar

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

rbAuto

javax.swing.JRadioButton rbAuto

rbNone

javax.swing.JRadioButton rbNone

rbValue

javax.swing.JRadioButton rbValue

rbMark

javax.swing.JRadioButton rbMark

rbText

javax.swing.JRadioButton rbText

cbExpo

javax.swing.JCheckBox cbExpo

labelAxisFormat

javax.swing.JLabel labelAxisFormat

cbFormat

javax.swing.JComboBox cbFormat

cbLabelAlign

javax.swing.JCheckBox cbLabelAlign

Class com.steema.teechart.editors.AxisMaxMin extends javax.swing.JDialog implements Serializable

Serialized Fields

dialogResult

int dialogResult

isDateTime

boolean isDateTime

maxMin

double maxMin

bOK

javax.swing.JButton bOK

bCancel

javax.swing.JButton bCancel

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

eMaximum

javax.swing.JTextField eMaximum

eMinimum

javax.swing.JTextField eMinimum

Class com.steema.teechart.editors.BaseEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonPane

java.awt.Container buttonPane
The button pane.


editorPane

java.awt.Container editorPane
The editor pane.


contentPane

java.awt.Container contentPane
The content pane.


closeButton

javax.swing.JButton closeButton

Class com.steema.teechart.editors.BaseFunctionsEditor extends javax.swing.JPanel implements Serializable

Class com.steema.teechart.editors.BaseSeriesEditor extends javax.swing.JPanel implements Serializable

Class com.steema.teechart.editors.BaseToolsEditor extends javax.swing.JPanel implements Serializable

Class com.steema.teechart.editors.BevelEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

bevel

Bevel bevel

jLabel1

javax.swing.JLabel jLabel1

cbOuter

javax.swing.JComboBox cbOuter

bOuter

ButtonColor bOuter

jLabel2

javax.swing.JLabel jLabel2

cbInner

javax.swing.JComboBox cbInner

bInner

ButtonColor bInner

jLabel3

javax.swing.JLabel jLabel3

spSize

javax.swing.JSpinner spSize

Class com.steema.teechart.editors.BevelImageEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

ibevel

ImageBevel ibevel

jLabel3

javax.swing.JLabel jLabel3

spWidth

javax.swing.JSpinner spWidth

cbVisible

javax.swing.JCheckBox cbVisible

bPen

javax.swing.JButton bPen

bBrush

javax.swing.JButton bBrush

Class com.steema.teechart.editors.BrushEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

bBrowseTag

int bBrowseTag

brush

ChartBrush brush

result

boolean result

jPanel1

javax.swing.JPanel jPanel1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

cbVisible

javax.swing.JCheckBox cbVisible

jPanel2

javax.swing.JPanel jPanel2

cbOK

javax.swing.JButton cbOK

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

jPanel6

javax.swing.JPanel jPanel6

gradient

GradientEditor gradient

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

colorEditor

javax.swing.JColorChooser colorEditor

jPanel7

javax.swing.JPanel jPanel7

jLabel1

javax.swing.JLabel jLabel1

spTransp

javax.swing.JSpinner spTransp

jLabel2

javax.swing.JLabel jLabel2

bBack

ButtonColor bBack

bFore

ButtonColor bFore

jScrollPane1

javax.swing.JScrollPane jScrollPane1

lHatch

javax.swing.JList lHatch

panelHatch

com.steema.teechart.editors.BrushEditor.PanelHatch panelHatch

border1

javax.swing.border.Border border1

washatched

boolean washatched

pContainer

javax.swing.JPanel pContainer

bBrowse

javax.swing.JButton bBrowse

jLabel3

javax.swing.JLabel jLabel3

cbMode

javax.swing.JComboBox cbMode

pImage

ImagePanel pImage

Class com.steema.teechart.editors.ButtonColor extends javax.swing.JButton implements Serializable

Serialized Fields

color

Color color

Class com.steema.teechart.editors.ButtonPageNavigator extends AbstractPageNavigator implements Serializable

Serialized Fields

firstButton

javax.swing.JButton firstButton

prevButton

javax.swing.JButton prevButton

nextButton

javax.swing.JButton nextButton

lastButton

javax.swing.JButton lastButton

Class com.steema.teechart.editors.ButtonPen extends javax.swing.JButton implements Serializable

Serialized Fields

pen

ChartPen pen

Class com.steema.teechart.editors.ChartEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

editor

ChartEditorPanel editor

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

closeButton

javax.swing.JButton closeButton

borderLayout2

java.awt.BorderLayout borderLayout2

border1

javax.swing.border.Border border1

jPanel2

javax.swing.JPanel jPanel2

borderLayout3

java.awt.BorderLayout borderLayout3

contentPane

javax.swing.JPanel contentPane

Class com.steema.teechart.editors.ChartEditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

jSplitPane1

javax.swing.JSplitPane jSplitPane1

jTree1

javax.swing.JTree jTree1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jPanel

javax.swing.JPanel jPanel

chartNode

javax.swing.tree.DefaultMutableTreeNode chartNode

seriesNode

javax.swing.tree.DefaultMutableTreeNode seriesNode

generalNode

javax.swing.tree.DefaultMutableTreeNode generalNode

aspectNode

javax.swing.tree.DefaultMutableTreeNode aspectNode

axesNode

javax.swing.tree.DefaultMutableTreeNode axesNode

wallsNode

javax.swing.tree.DefaultMutableTreeNode wallsNode

printNode

javax.swing.tree.DefaultMutableTreeNode printNode

pagingNode

javax.swing.tree.DefaultMutableTreeNode pagingNode

titlesNode

javax.swing.tree.DefaultMutableTreeNode titlesNode

legendNode

javax.swing.tree.DefaultMutableTreeNode legendNode

dataNode

javax.swing.tree.DefaultMutableTreeNode dataNode

panelNode

javax.swing.tree.DefaultMutableTreeNode panelNode

toolsNode

javax.swing.tree.DefaultMutableTreeNode toolsNode

themesNode

javax.swing.tree.DefaultMutableTreeNode themesNode

exportNode

javax.swing.tree.DefaultMutableTreeNode exportNode

borderLayout2

java.awt.BorderLayout borderLayout2

border1

javax.swing.border.Border border1

borderLayout4

java.awt.BorderLayout borderLayout4

tmpChartListBox

ChartListBox tmpChartListBox

Class com.steema.teechart.editors.ChartFontEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chartFont

ChartFont chartFont

shadowEditor

ShadowEditor shadowEditor

gradientEditor

GradientEditor gradientEditor

bColor

ButtonColor bColor

border1

javax.swing.border.Border border1

jLabel1

javax.swing.JLabel jLabel1

spSize

javax.swing.JSpinner spSize

bOutline

ButtonPen bOutline

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

borderLayout1

java.awt.BorderLayout borderLayout1

jButton2

javax.swing.JButton jButton2

cbFonts

javax.swing.JComboBox cbFonts

cbBold

javax.swing.JCheckBox cbBold

cbItalic

javax.swing.JCheckBox cbItalic

Class com.steema.teechart.editors.ChartGrid extends javax.swing.JTable implements Serializable

Serialized Fields

chart

Chart chart

grid3DMode

boolean grid3DMode

model

com.steema.teechart.editors.ChartGrid.ChartTableModel model

xValues

ChartGridXValues xValues

isEditable

boolean isEditable

showColors

boolean showColors

showFields

boolean showFields

showLabels

boolean showLabels

Class com.steema.teechart.editors.ChartGridXValues extends Enum implements Serializable

Class com.steema.teechart.editors.ChartListBox extends javax.swing.JList implements Serializable

Serialized Fields

askDelete

boolean askDelete

showSeriesColor

boolean showSeriesColor

showSeriesIcon

boolean showSeriesIcon

showActiveCheck

boolean showActiveCheck

showSeriesTitle

boolean showSeriesTitle

chart

Chart chart

Class com.steema.teechart.editors.ChartPenEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

returnStatus

int returnStatus

pen

ChartPen pen

backup

ChartPen backup

changed

boolean changed

initDialog

boolean initDialog

cbVisible

javax.swing.JCheckBox cbVisible

okButton

javax.swing.JButton okButton

jLabel1

javax.swing.JLabel jLabel1

sWidth

javax.swing.JSpinner sWidth

cancelButton

javax.swing.JButton cancelButton

buttonColor1

ButtonColor buttonColor1

cbStyle

javax.swing.JComboBox cbStyle

jLabel2

javax.swing.JLabel jLabel2

cbJoin

javax.swing.JComboBox cbJoin

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

cbEnd

javax.swing.JComboBox cbEnd

slTransp

javax.swing.JSlider slTransp

penPanel

javax.swing.JPanel penPanel

Class com.steema.teechart.editors.ChartTabsEditor extends javax.swing.JFrame implements Serializable

Class com.steema.teechart.editors.ColorEditor extends javax.swing.JColorChooser implements Serializable

Class com.steema.teechart.editors.DataEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

jTable1

ChartGrid jTable1

chart

Chart chart

borderLayout1

java.awt.BorderLayout borderLayout1

Class com.steema.teechart.editors.FuncEdit extends SourceEditor implements Serializable

Serialized Fields

options

PeriodEditor options

custom

CustomFunctionEditor custom

compressOHLC

CompressOHLCFunctionEditor compressOHLC

clvFunction

CLVFunctionEditor clvFunction

obvFunction

OBVFunctionEditor obvFunction

cciFunction

CCIFunctionEditor cciFunction

movavgFunction

MovingAverageFunctionEditor movavgFunction

pvoFunction

PVOFunctionEditor pvoFunction

bollingerFunction

BollingerFunctionEditor bollingerFunction

macdFunction

MACDFunctionEditor macdFunction

adxFunction

ADXFunctionEditor adxFunction

smoothingFunction

SmoothingFunctionEditor smoothingFunction

select

SelectList select

singleSource

boolean singleSource

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanelSingle

javax.swing.JPanel jPanelSingle

jPanelCompress

javax.swing.JPanel jPanelCompress

jPanelMovAvg

javax.swing.JPanel jPanelMovAvg

jPanelMACD

javax.swing.JPanel jPanelMACD

jPanelCLV

javax.swing.JPanel jPanelCLV

jPanelPVO

javax.swing.JPanel jPanelPVO

jPanelADX

javax.swing.JPanel jPanelADX

jPanelCCI

javax.swing.JPanel jPanelCCI

jPanelBollinger

javax.swing.JPanel jPanelBollinger

jPanelCustom

javax.swing.JPanel jPanelCustom

jPanelOBV

javax.swing.JPanel jPanelOBV

jPanelSmoothing

javax.swing.JPanel jPanelSmoothing

series

Series series

model

javax.swing.DefaultListModel model

cbSingle

javax.swing.JComboBox cbSingle

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

cbValues

javax.swing.JComboBox cbValues

bNone

javax.swing.JButton bNone

addingPages

boolean addingPages

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

borderLayout4

java.awt.BorderLayout borderLayout4

borderLayout5

java.awt.BorderLayout borderLayout5

borderLayout6

java.awt.BorderLayout borderLayout6

borderLayout7

java.awt.BorderLayout borderLayout7

borderLayout8

java.awt.BorderLayout borderLayout8

borderLayout9

java.awt.BorderLayout borderLayout9

borderLayout10

java.awt.BorderLayout borderLayout10

borderLayout11

java.awt.BorderLayout borderLayout11

borderLayout12

java.awt.BorderLayout borderLayout12

Class com.steema.teechart.editors.GeneralEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chartZoom

Zoom chartZoom

chart

Chart chart

sMarginListener

javax.swing.event.ChangeListener sMarginListener

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

sTopMa

javax.swing.JSpinner sTopMa

sRightMa

javax.swing.JSpinner sRightMa

sLeftMa

javax.swing.JSpinner sLeftMa

sBotMa

javax.swing.JSpinner sBotMa

jLabel1

javax.swing.JLabel jLabel1

jComboBox1

javax.swing.JComboBox jComboBox1

cbCursor

javax.swing.JComboBox cbCursor

jLabel2

javax.swing.JLabel jLabel2

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jButton1

javax.swing.JButton jButton1

jPanel4

javax.swing.JPanel jPanel4

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

rbScrollNone

javax.swing.JRadioButton rbScrollNone

rbScrollBoth

javax.swing.JRadioButton rbScrollBoth

rbScrollHoriz

javax.swing.JRadioButton rbScrollHoriz

rbScrollVert

javax.swing.JRadioButton rbScrollVert

jLabel3

javax.swing.JLabel jLabel3

cbScrollMouse

javax.swing.JComboBox cbScrollMouse

cbAllowZoom

javax.swing.JCheckBox cbAllowZoom

cbAnimatedZoom

javax.swing.JCheckBox cbAnimatedZoom

jButton2

javax.swing.JButton jButton2

jPanel5

javax.swing.JPanel jPanel5

borderLayout1

java.awt.BorderLayout borderLayout1

bZoomPen

ButtonPen bZoomPen

Class com.steema.teechart.editors.GradientEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

gradient

Gradient gradient

cbVisible

javax.swing.JCheckBox cbVisible

bStartColor

ButtonColor bStartColor

bMidColor

ButtonColor bMidColor

bEndColor

ButtonColor bEndColor

cbUseMid

javax.swing.JCheckBox cbUseMid

jButton1

javax.swing.JButton jButton1

cbDirection

javax.swing.JComboBox cbDirection

jLabel1

javax.swing.JLabel jLabel1

spTransp

javax.swing.JSpinner spTransp

Class com.steema.teechart.editors.ImagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

img

java.awt.Image img

Class com.steema.teechart.editors.LegendEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

legend

Legend legend

legendTitle

LegendTitle legendTitle

borderLayout1

java.awt.BorderLayout borderLayout1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

cbVisible

javax.swing.JCheckBox cbVisible

cbInverted

javax.swing.JCheckBox cbInverted

borderLayout2

java.awt.BorderLayout borderLayout2

cbFontColor

javax.swing.JCheckBox cbFontColor

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

cbLegStyle

javax.swing.JComboBox cbLegStyle

cbTextStyle

javax.swing.JComboBox cbTextStyle

bDividing

ButtonPen bDividing

jLabel3

javax.swing.JLabel jLabel3

spVertical

javax.swing.JSpinner spVertical

cbCheckBox

javax.swing.JComboBox cbCheckBox

jPanel5

javax.swing.JPanel jPanel5

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

rbLeft

javax.swing.JRadioButton rbLeft

rbRight

javax.swing.JRadioButton rbRight

rbTop

javax.swing.JRadioButton rbTop

rbBottom

javax.swing.JRadioButton rbBottom

cbResize

javax.swing.JCheckBox cbResize

jPanel6

javax.swing.JPanel jPanel6

border3

javax.swing.border.Border border3

cbCustomPos

javax.swing.JCheckBox cbCustomPos

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

spCustLeft

javax.swing.JSpinner spCustLeft

spCustTop

javax.swing.JSpinner spCustTop

jLabel6

javax.swing.JLabel jLabel6

spMargin

javax.swing.JSpinner spMargin

jLabel7

javax.swing.JLabel jLabel7

spTopPos

javax.swing.JSpinner spTopPos

cbSymVisible

javax.swing.JCheckBox cbSymVisible

cbSymContinuous

javax.swing.JCheckBox cbSymContinuous

cbSymSquared

javax.swing.JCheckBox cbSymSquared

shapeEditor

ShapeEditor shapeEditor

titleEditor

ShapeEditor titleEditor

borderLayout3

java.awt.BorderLayout borderLayout3

jTabbedPane2

javax.swing.JTabbedPane jTabbedPane2

jPanel7

javax.swing.JPanel jPanel7

MemoText

javax.swing.JTextArea MemoText

jLabel8

javax.swing.JLabel jLabel8

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

jLabel9

javax.swing.JLabel jLabel9

cbTextAlign

javax.swing.JComboBox cbTextAlign

cbTitleVisible

javax.swing.JCheckBox cbTitleVisible

jLabel10

javax.swing.JLabel jLabel10

spColWi

javax.swing.JSpinner spColWi

jLabel11

javax.swing.JLabel jLabel11

jLabel12

javax.swing.JLabel jLabel12

cbColWUnits

javax.swing.JComboBox cbColWUnits

cbSymbolPos

javax.swing.JComboBox cbSymbolPos

cbSymPen

javax.swing.JCheckBox cbSymPen

bSymPen

ButtonPen bSymPen

Class com.steema.teechart.editors.PagingEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

page

Page page

jLabel1

javax.swing.JLabel jLabel1

jSpinner1

javax.swing.JSpinner jSpinner1

jCheckBox1

javax.swing.JCheckBox jCheckBox1

jCheckBox2

javax.swing.JCheckBox jCheckBox2

cbScaleLast

javax.swing.JCheckBox cbScaleLast

cbAutoScale

javax.swing.JCheckBox cbAutoScale

labelPages

javax.swing.JLabel labelPages

sMaxPoints

javax.swing.event.ChangeListener sMaxPoints

sPages

javax.swing.JSlider sPages

Class com.steema.teechart.editors.PanelEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

bColor

ButtonColor bColor

cbDefault

javax.swing.JCheckBox cbDefault

panel

Panel panel

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel4

javax.swing.JPanel jPanel4

borderLayout3

java.awt.BorderLayout borderLayout3

cbTransp

javax.swing.JCheckBox cbTransp

gradient

GradientEditor gradient

shadow

ShadowEditor shadow

jButton1

javax.swing.JButton jButton1

jPanel5

javax.swing.JPanel jPanel5

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

jPanel6

javax.swing.JPanel jPanel6

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

button10

ButtonPen button10

cbBevel

javax.swing.JComboBox cbBevel

bevelEditor

BevelEditor bevelEditor

borderLayout4

java.awt.BorderLayout borderLayout4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

bevelImageEditor

BevelImageEditor bevelImageEditor

borderLayout5

java.awt.BorderLayout borderLayout5

Class com.steema.teechart.editors.PatternEditor extends javax.swing.JPanel implements Serializable

Class com.steema.teechart.editors.PeriodEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

Function function

controlToEnable

javax.swing.JComponent controlToEnable

jLabel1

javax.swing.JLabel jLabel1

spNum

javax.swing.JSpinner spNum

cbAll

javax.swing.JCheckBox cbAll

rbNum

javax.swing.JRadioButton rbNum

rbRange

javax.swing.JRadioButton rbRange

bChange

javax.swing.JButton bChange

jLabel2

javax.swing.JLabel jLabel2

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

rbFirst

javax.swing.JRadioButton rbFirst

rbCenter

javax.swing.JRadioButton rbCenter

rbLast

javax.swing.JRadioButton rbLast

Class com.steema.teechart.editors.PreviewDialog extends BaseEditorDialog implements Serializable

Class com.steema.teechart.editors.PreviewFrame extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

prn

Printer prn

printDocument1

java.awt.print.PrinterJob printDocument1

setting

boolean setting

printerLabel

javax.swing.JLabel printerLabel

cbPrinter

javax.swing.JComboBox cbPrinter

bSetup

javax.swing.JButton bSetup

bPrint

javax.swing.JButton bPrint

buttonPane

javax.swing.JPanel buttonPane

tabPane

javax.swing.JTabbedPane tabPane

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

radioButton1

javax.swing.JRadioButton radioButton1

radioButton2

javax.swing.JRadioButton radioButton2

jPanel5

javax.swing.JPanel jPanel5

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

spTop

javax.swing.JSpinner spTop

spLeft

javax.swing.JSpinner spLeft

spRight

javax.swing.JSpinner spRight

spBottom

javax.swing.JSpinner spBottom

jLabel3

javax.swing.JLabel jLabel3

cbMarginUnits

javax.swing.JComboBox cbMarginUnits

bFirst

javax.swing.JButton bFirst

bLast

javax.swing.JButton bLast

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

bPrevious

javax.swing.JButton bPrevious

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

bNext

javax.swing.JButton bNext

border15

javax.swing.border.Border border15

cbPrintBackground

javax.swing.JCheckBox cbPrintBackground

cbProportional

javax.swing.JCheckBox cbProportional

cbGrayScale

javax.swing.JCheckBox cbGrayScale

previewPane

PreviewPanel previewPane

LEFT

int LEFT

TOP

int TOP

RIGHT

int RIGHT

BOTTOM

int BOTTOM

ChangingMargins

boolean ChangingMargins

oldMargins

java.awt.Rectangle oldMargins

Class com.steema.teechart.editors.PreviewPanelEditor extends BaseEditorDialog implements Serializable

Serialized Fields

previewPane

PreviewPanel previewPane

previewPanel

PreviewPanel previewPanel

tabPane

javax.swing.JTabbedPane tabPane

jPanel1

javax.swing.JPanel jPanel1

cbAllowMove

javax.swing.JCheckBox cbAllowMove

cbAllowResize

javax.swing.JCheckBox cbAllowResize

cbShowImage

javax.swing.JCheckBox cbShowImage

cbDragImage

javax.swing.JCheckBox cbDragImage

cbAsBitmap

javax.swing.JCheckBox cbAsBitmap

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

bShadowColor

javax.swing.JButton bShadowColor

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

jLabel1

javax.swing.JLabel jLabel1

spShadowSize

javax.swing.JSpinner spShadowSize

jPanel4

javax.swing.JPanel jPanel4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

jRadioButton1

javax.swing.JRadioButton jRadioButton1

jRadioButton2

javax.swing.JRadioButton jRadioButton2

jRadioButton3

javax.swing.JRadioButton jRadioButton3

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

bMargins

javax.swing.JButton bMargins

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

bPaperColor

ButtonColor bPaperColor

Class com.steema.teechart.editors.SelectList extends javax.swing.JPanel implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

bMoveUp

javax.swing.JButton bMoveUp

bMoveDown

javax.swing.JButton bMoveDown

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

fromList

javax.swing.JList fromList

border7

javax.swing.border.Border border7

toList

javax.swing.JList toList

border8

javax.swing.border.Border border8

bRightAll

javax.swing.JButton bRightAll

bLeftOne

javax.swing.JButton bLeftOne

bLeftAll

javax.swing.JButton bLeftAll

bRightOne

javax.swing.JButton bRightOne

controlToEnable

java.awt.Component controlToEnable

Class com.steema.teechart.editors.SeriesEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

listener

com.steema.teechart.editors.SeriesEditor.SeriesListener listener

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

lbSeries

ChartListBox lbSeries

jScrollPane1

javax.swing.JScrollPane jScrollPane1

bUp

javax.swing.JButton bUp

bDown

javax.swing.JButton bDown

bTitleSeries

javax.swing.JButton bTitleSeries

bDeleteSeries

javax.swing.JButton bDeleteSeries

bCloneSeries

javax.swing.JButton bCloneSeries

bChangeSeries

javax.swing.JButton bChangeSeries

bAddSeries

javax.swing.JButton bAddSeries

jPanel3

javax.swing.JPanel jPanel3

borderLayout1

java.awt.BorderLayout borderLayout1

border1

javax.swing.border.Border border1

jPanel4

javax.swing.JPanel jPanel4

Class com.steema.teechart.editors.SeriesGeneral extends javax.swing.JPanel implements Serializable

Serialized Fields

series

Series series

marks

SeriesMarks marks

marksEditor

ShapeEditor marksEditor

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

border1

javax.swing.border.Border border1

cbShowInLegend

javax.swing.JCheckBox cbShowInLegend

borderLayout4

java.awt.BorderLayout borderLayout4

jTabbedPane2

javax.swing.JTabbedPane jTabbedPane2

jPanel6

javax.swing.JPanel jPanel6

jPanel7

javax.swing.JPanel jPanel7

jPanelSymbol

javax.swing.JPanel jPanelSymbol

cbMarksVisible

javax.swing.JCheckBox cbMarksVisible

bArrowPen

ButtonPen bArrowPen

cbDatasourceStyle

javax.swing.JComboBox cbDatasourceStyle

jLabel1

javax.swing.JLabel jLabel1

cbHorizAxis

javax.swing.JComboBox cbHorizAxis

jLabel2

javax.swing.JLabel jLabel2

cbVertAxis

javax.swing.JComboBox cbVertAxis

buttonColor1

ButtonColor buttonColor1

cbColorEach

javax.swing.JCheckBox cbColorEach

panelRandom

javax.swing.JPanel panelRandom

jLabel3

javax.swing.JLabel jLabel3

spNumSample

javax.swing.JSpinner spNumSample

cbDefaultSample

javax.swing.JCheckBox cbDefaultSample

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

labelIcon

javax.swing.JLabel labelIcon

cbHorizDate

javax.swing.JCheckBox cbHorizDate

cbVertDate

javax.swing.JCheckBox cbVertDate

jPanel10

javax.swing.JPanel jPanel10

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

cbFormat

javax.swing.JComboBox cbFormat

cbPercentFormat

javax.swing.JComboBox cbPercentFormat

jLabel6

javax.swing.JLabel jLabel6

spDepth

javax.swing.JSpinner spDepth

cbAutoDepth

javax.swing.JCheckBox cbAutoDepth

cbMarksClip

javax.swing.JCheckBox cbMarksClip

cbMarksMultiline

javax.swing.JCheckBox cbMarksMultiline

cbAllMarks

javax.swing.JCheckBox cbAllMarks

jLabel7

javax.swing.JLabel jLabel7

cbMarksStyle

javax.swing.JComboBox cbMarksStyle

jLabel8

javax.swing.JLabel jLabel8

spEvery

javax.swing.JSpinner spEvery

jLabel9

javax.swing.JLabel jLabel9

slAngle

javax.swing.JSlider slAngle

marksSymbol

ShapeEditor marksSymbol

borderLayout5

java.awt.BorderLayout borderLayout5

jButton3

javax.swing.JButton jButton3

lArrowHead

javax.swing.JLabel lArrowHead

cbArrowHead

javax.swing.JComboBox cbArrowHead

jLabel10

javax.swing.JLabel jLabel10

spArrowSize

javax.swing.JSpinner spArrowSize

jLabel11

javax.swing.JLabel jLabel11

spArrowLength

javax.swing.JSpinner spArrowLength

jLabel12

javax.swing.JLabel jLabel12

spDistance

javax.swing.JSpinner spDistance

cbCursor

javax.swing.JComboBox cbCursor

jLabel13

javax.swing.JLabel jLabel13

jPanel8

javax.swing.JPanel jPanel8

cbSeries

javax.swing.JComboBox cbSeries

setting

boolean setting

functionEditor

FuncEdit functionEditor

borderLayout6

java.awt.BorderLayout borderLayout6

Class com.steema.teechart.editors.ShadowEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

shadow

Shadow shadow

buttonColor1

ButtonColor buttonColor1

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

spHoriz

javax.swing.JSpinner spHoriz

spVert

javax.swing.JSpinner spVert

cbVisible

javax.swing.JCheckBox cbVisible

jButton1

javax.swing.JButton jButton1

Class com.steema.teechart.editors.ShapeEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

shape

TextShape shape

borderLayout2

java.awt.BorderLayout borderLayout2

gradient

GradientEditor gradient

shadow

ShadowEditor shadow

fontEditor

ChartFontEditor fontEditor

bevelEditor

BevelEditor bevelEditor

borderLayout3

java.awt.BorderLayout borderLayout3

borderLayout4

java.awt.BorderLayout borderLayout4

buttonColor1

ButtonColor buttonColor1

buttonPen1

ButtonPen buttonPen1

jButton1

javax.swing.JButton jButton1

cbRoundFrame

javax.swing.JCheckBox cbRoundFrame

cbTransparent

javax.swing.JCheckBox cbTransparent

jLabel1

javax.swing.JLabel jLabel1

spTransp

javax.swing.JSpinner spTransp

cbVisible

javax.swing.JCheckBox cbVisible

jPanel5

javax.swing.JPanel jPanel5

borderLayout5

java.awt.BorderLayout borderLayout5

Class com.steema.teechart.editors.SliderPageNavigator extends AbstractPageNavigator implements Serializable

Serialized Fields

pageSlider

javax.swing.JSlider pageSlider

Class com.steema.teechart.editors.SourceEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

jLabel1

javax.swing.JLabel jLabel1

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

controlToEnable

java.awt.Component controlToEnable

bApply

javax.swing.JButton bApply

cbSources

javax.swing.JComboBox cbSources

jPanel1

javax.swing.JPanel jPanel1

border9

javax.swing.border.Border border9

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

series

Series series

Class com.steema.teechart.editors.SummaryEditor extends SourceEditor implements Serializable

Serialized Fields

cbTimeStep

javax.swing.JComboBox cbTimeStep

cbSort

javax.swing.JComboBox cbSort

cbAgg

javax.swing.JComboBox cbAgg

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

cbGroup

javax.swing.JComboBox cbGroup

cbSortType

javax.swing.JComboBox cbSortType

cbValue

javax.swing.JComboBox cbValue

Class com.steema.teechart.editors.TextEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

font

ChartFont font

shadowEditor

ShadowEditor shadowEditor

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

bFont

javax.swing.JButton bFont

bFill

javax.swing.JButton bFill

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

labelColor

javax.swing.JLabel labelColor

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

Class com.steema.teechart.editors.TextInput extends javax.swing.JDialog implements Serializable

Serialized Fields

returnStatus

int returnStatus

jLabel1

javax.swing.JLabel jLabel1

jTextField1

javax.swing.JTextField jTextField1

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

Class com.steema.teechart.editors.ThemesEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

sourceChart

Chart sourceChart

editorChart

Chart editorChart

jSplitPane1

javax.swing.JSplitPane jSplitPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jLabel1

javax.swing.JLabel jLabel1

themes

javax.swing.JList themes

jLabel2

javax.swing.JLabel jLabel2

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

cbPalettes

javax.swing.JComboBox cbPalettes

preview

com.steema.teechart.editors.ThemesEditor.PreviewPanel preview

jButtonApply

javax.swing.JButton jButtonApply

Class com.steema.teechart.editors.TitleEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

jPanel1

javax.swing.JPanel jPanel1

borderLayout1

java.awt.BorderLayout borderLayout1

cbTitle

javax.swing.JComboBox cbTitle

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

borderLayout2

java.awt.BorderLayout borderLayout2

jPanel4

javax.swing.JPanel jPanel4

cbVisible

javax.swing.JCheckBox cbVisible

jLabel1

javax.swing.JLabel jLabel1

cbAdjust

javax.swing.JCheckBox cbAdjust

jLabel2

javax.swing.JLabel jLabel2

cbAlign

javax.swing.JComboBox cbAlign

jScrollPane1

javax.swing.JScrollPane jScrollPane1

text

javax.swing.JTextArea text

cbCustom

javax.swing.JCheckBox cbCustom

initDone

boolean initDone

jLabel3

javax.swing.JLabel jLabel3

spLeft

javax.swing.JSpinner spLeft

jLabel4

javax.swing.JLabel jLabel4

spTop

javax.swing.JSpinner spTop

shapeEditor

ShapeEditor shapeEditor

Class com.steema.teechart.editors.ToolsEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

tools

ToolsCollection tools

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

bAdd

javax.swing.JButton bAdd

bDelete

javax.swing.JButton bDelete

cbActive

javax.swing.JCheckBox cbActive

jSplitPane1

javax.swing.JSplitPane jSplitPane1

lbTools

javax.swing.JList lbTools

bUp

javax.swing.JButton bUp

bDown

javax.swing.JButton bDown

toolEditor

javax.swing.JPanel toolEditor

borderLayout2

java.awt.BorderLayout borderLayout2

listener

com.steema.teechart.editors.ToolsEditor.ToolListener listener

Class com.steema.teechart.editors.ToolsGallery extends javax.swing.JDialog implements Serializable

Serialized Fields

panel1

javax.swing.JPanel panel1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

bOk

javax.swing.JButton bOk

jButton2

javax.swing.JButton jButton2

titledBorder1

javax.swing.border.TitledBorder titledBorder1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

lSeries

javax.swing.JList lSeries

lAxis

javax.swing.JList lAxis

lOther

javax.swing.JList lOther

paneSeries

javax.swing.JScrollPane paneSeries

paneAxis

javax.swing.JScrollPane paneAxis

paneOther

javax.swing.JScrollPane paneOther

result

boolean result

jPanel2

javax.swing.JPanel jPanel2

borderLayout2

java.awt.BorderLayout borderLayout2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

summary

javax.swing.JTextArea summary

Class com.steema.teechart.editors.WallEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

bColor

ButtonColor bColor

cbVisible

javax.swing.JCheckBox cbVisible

bBorder

ButtonPen bBorder

wall

Wall wall

jButton1

javax.swing.JButton jButton1

cbTransp

javax.swing.JCheckBox cbTransp

cbDark

javax.swing.JCheckBox cbDark

Class com.steema.teechart.editors.WallsEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

walls

Walls walls

jPanel1

javax.swing.JPanel jPanel1

cbViewWalls

javax.swing.JCheckBox cbViewWalls

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

jLabel1

javax.swing.JLabel jLabel1

jSpinner1

javax.swing.JSpinner jSpinner1

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

borderLayout4

java.awt.BorderLayout borderLayout4

borderLayout5

java.awt.BorderLayout borderLayout5

Package com.steema.teechart.editors.export

Class com.steema.teechart.editors.export.BMPEditor extends ExportEditors implements Serializable

Class com.steema.teechart.editors.export.ExportEditors extends javax.swing.JPanel implements Serializable

Serialized Fields

options

javax.swing.JPanel options

Class com.steema.teechart.editors.export.ExportPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

Chart chart

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

bCopy

javax.swing.JButton bCopy

bSave

javax.swing.JButton bSave

tabs

javax.swing.JTabbedPane tabs

imageTab

javax.swing.JPanel imageTab

templateTab

javax.swing.JPanel templateTab

dataTab

javax.swing.JPanel dataTab

borderLayout2

java.awt.BorderLayout borderLayout2

jPanel5

javax.swing.JPanel jPanel5

borderLayout3

java.awt.BorderLayout borderLayout3

jScrollPane1

javax.swing.JScrollPane jScrollPane1

border1

javax.swing.border.Border border1

imageFormats

javax.swing.JList imageFormats

jTabbedPane2

javax.swing.JTabbedPane jTabbedPane2

jPanel6

javax.swing.JPanel jPanel6

jPanel7

javax.swing.JPanel jPanel7

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

jLabel1

javax.swing.JLabel jLabel1

spWidth

javax.swing.JSpinner spWidth

jLabel2

javax.swing.JLabel jLabel2

spHeight

javax.swing.JSpinner spHeight

jCheckBox1

javax.swing.JCheckBox jCheckBox1

cbData

javax.swing.JCheckBox cbData

cbXML

javax.swing.JCheckBox cbXML

exportEditor

ExportEditors exportEditor

format

javax.imageio.ImageWriteParam format

options

javax.swing.JPanel options

supportedImgFormats

java.lang.String[] supportedImgFormats

fmtString

java.lang.String fmtString

editorLoaded

boolean editorLoaded

widthHeightRatio

double widthHeightRatio

jCheckBox2

javax.swing.JCheckBox jCheckBox2

labelSize

javax.swing.JLabel labelSize

borderLayout4

java.awt.BorderLayout borderLayout4

jLabel3

javax.swing.JLabel jLabel3

cbSeries

javax.swing.JComboBox cbSeries

jPanel2

javax.swing.JPanel jPanel2

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

rbText

javax.swing.JRadioButton rbText

rbXML

javax.swing.JRadioButton rbXML

rbHTML

javax.swing.JRadioButton rbHTML

jPanel3

javax.swing.JPanel jPanel3

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

cbPointIndex

javax.swing.JCheckBox cbPointIndex

cbPointLabels

javax.swing.JCheckBox cbPointLabels

cbHeader

javax.swing.JCheckBox cbHeader

jLabel4

javax.swing.JLabel jLabel4

cbDelimiter

javax.swing.JComboBox cbDelimiter

eCustom

javax.swing.JTextField eCustom

rbExcel

javax.swing.JRadioButton rbExcel

Class com.steema.teechart.editors.export.GIFEditor extends ExportEditors implements Serializable

Class com.steema.teechart.editors.export.JPEGEditor extends ExportEditors implements Serializable

Class com.steema.teechart.editors.export.PNGEditor extends ExportEditors implements Serializable


Package com.steema.teechart.editors.functions

Class com.steema.teechart.editors.functions.ADXFunctionEditor extends BaseFunctionsEditor implements Serializable

Serialized Fields

function

ADX function

controlToEnable

javax.swing.JComponent controlToEnable

jLabel1

javax.swing.JLabel jLabel1

spPeriod

javax.swing.JSpinner spPeriod

bUp

ButtonPen bUp

bDown

ButtonPen bDown

Class com.steema.teechart.editors.functions.BollingerFunctionEditor extends BaseFunctionsEditor implements Serializable

Serialized Fields

function

Bollinger function

controlToEnable

javax.swing.JComponent controlToEnable

cbExponential

javax.swing.JCheckBox cbExponential

jLabel1

javax.swing.JLabel jLabel1

bLower

ButtonPen bLower

spPeriod

javax.swing.JSpinner spPeriod

jLabel2

javax.swing.JLabel jLabel2

textBoxDeviation

javax.swing.JTextField textBoxDeviation

Class com.steema.teechart.editors.functions.CCIFunctionEditor extends BaseFunctionsEditor implements Serializable

Serialized Fields

function

CCI function

controlToEnable

javax.swing.JComponent controlToEnable

jLabel2

javax.swing.JLabel jLabel2

spPeriod

javax.swing.JSpinner spPeriod

jLabel3

javax.swing.JLabel jLabel3

tbConstant

javax.swing.JTextField tbConstant

Class com.steema.teechart.editors.functions.CLVFunctionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

CLV function

controlToEnable

javax.swing.JComponent controlToEnable

series

Series series

cbAccumulate

javax.swing.JCheckBox cbAccumulate

jLabel1

javax.swing.JLabel jLabel1

cbVolume

javax.swing.JComboBox cbVolume

Class com.steema.teechart.editors.functions.CompressOHLCFunctionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

CompressOHLC function

controlToEnable

javax.swing.JComponent controlToEnable

jRadioButton1

javax.swing.JRadioButton jRadioButton1

jRadioButton2

javax.swing.JRadioButton jRadioButton2

cbPeriod

javax.swing.JComboBox cbPeriod

spNum

javax.swing.JSpinner spNum

Class com.steema.teechart.editors.functions.CustomFunctionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

Custom function

controlToEnable

javax.swing.JComponent controlToEnable

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

tbStartX

javax.swing.JTextField tbStartX

tbStep

javax.swing.JTextField tbStep

spNumPoints

javax.swing.JSpinner spNumPoints

Class com.steema.teechart.editors.functions.MACDFunctionEditor extends BaseFunctionsEditor implements Serializable

Serialized Fields

function

MACD function

controlToEnable

javax.swing.JComponent controlToEnable

bHistogram

ButtonPen bHistogram

bMACD

ButtonPen bMACD

bMACDExp

ButtonPen bMACDExp

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jSpinner1

javax.swing.JSpinner jSpinner1

jSpinner2

javax.swing.JSpinner jSpinner2

jSpinner3

javax.swing.JSpinner jSpinner3

Class com.steema.teechart.editors.functions.MovingAverageFunctionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

MovingAverage function

controlToEnable

javax.swing.JComponent controlToEnable

jLabel1

javax.swing.JLabel jLabel1

spPeriod

javax.swing.JSpinner spPeriod

cbStyle

javax.swing.JComboBox cbStyle

jLabel2

javax.swing.JLabel jLabel2

Class com.steema.teechart.editors.functions.OBVFunctionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

OBV function

controlToEnable

javax.swing.JComponent controlToEnable

series

Series series

cbVolume

javax.swing.JComboBox cbVolume

jLabel1

javax.swing.JLabel jLabel1

Class com.steema.teechart.editors.functions.PVOFunctionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

PVO function

controlToEnable

javax.swing.JComponent controlToEnable

spPeriod2

javax.swing.JSpinner spPeriod2

jLabel1

javax.swing.JLabel jLabel1

spPeriod1

javax.swing.JSpinner spPeriod1

jLabel2

javax.swing.JLabel jLabel2

cbPercent

javax.swing.JCheckBox cbPercent

Class com.steema.teechart.editors.functions.SmoothingFunctionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

function

Smoothing function

controlToEnable

javax.swing.JComponent controlToEnable

cbInterpolate

javax.swing.JCheckBox cbInterpolate

spFactor

javax.swing.JSpinner spFactor

jLabel1

javax.swing.JLabel jLabel1

Package com.steema.teechart.editors.gallery

Class com.steema.teechart.editors.gallery.ChartGallery extends javax.swing.JDialog implements Serializable

Serialized Fields

subIndex

int subIndex

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

borderLayout1

java.awt.BorderLayout borderLayout1

cb3D

javax.swing.JCheckBox cb3D

cbSmooth

javax.swing.JCheckBox cbSmooth

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

tabSeries

javax.swing.JPanel tabSeries

tabFunctions

javax.swing.JPanel tabFunctions

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

jList1

javax.swing.JList jList1

tabSeriesPage

javax.swing.JTabbedPane tabSeriesPage

tabFunctionsPage

javax.swing.JTabbedPane tabFunctionsPage

result

boolean result

Class com.steema.teechart.editors.gallery.GalleryByType extends javax.swing.JDialog implements Serializable

Serialized Fields

galleryPanel

GalleryPanel galleryPanel

chart

Chart chart

jSplitPane1

javax.swing.JSplitPane jSplitPane1

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jComboBox1

javax.swing.JComboBox jComboBox1

chartListBox1

ChartListBox chartListBox1

cbView3D

javax.swing.JCheckBox cbView3D

cbSmooth

javax.swing.JCheckBox cbSmooth

bOK

javax.swing.JButton bOK

bCancel

javax.swing.JButton bCancel

result

boolean result

initDialog

boolean initDialog

jScrollPane1

javax.swing.JScrollPane jScrollPane1

border1

javax.swing.border.Border border1

Class com.steema.teechart.editors.gallery.GalleryChart extends TChart implements Serializable

Serialized Fields

tag

int tag

canDrawFrame

boolean canDrawFrame

frameDisplayed

boolean frameDisplayed

Class com.steema.teechart.editors.gallery.GalleryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

functionsVisible

boolean functionsVisible
Determines if Gallery panel shows Functions, or only Series.


tmpSeries

Series tmpSeries

colWidth

int colWidth

displaySub

boolean displaySub

checkSeries

boolean checkSeries

numRows

int numRows

numCols

int numCols

rowHeight

int rowHeight

view3D

boolean view3D

smooth

boolean smooth

tmpSub

javax.swing.JDialog tmpSub

tmpG

GalleryPanel tmpG

selectedChart

GalleryChart selectedChart

items

java.util.ArrayList<E> items

selectedSeries

Series selectedSeries

onSelectedChart

java.awt.event.ActionListener onSelectedChart
Event called when a Chart is selected and double-clicked at Gallery.


onSubSelected

java.awt.event.ActionListener onSubSelected
Event called when a Series sub-style is selected at sub-Gallery.


onChangeChart

java.awt.event.ActionListener onChangeChart
Event called when a Chart is selected (clicked) at Gallery.


charts

com.steema.teechart.editors.gallery.GalleryPanel.GalleryChartCollection charts
List of Charts showing at Gallery panel.


Package com.steema.teechart.editors.series

Class com.steema.teechart.editors.series.AreaEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

cbStairs

javax.swing.JCheckBox cbStairs

cbInverted

javax.swing.JCheckBox cbInverted

area

Area area

jButton1

javax.swing.JButton jButton1

bBorder

ButtonPen bBorder

jButton2

javax.swing.JButton jButton2

bLines

ButtonPen bLines

jPanel2

javax.swing.JPanel jPanel2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

rbNone

javax.swing.JRadioButton rbNone

rbStack

javax.swing.JRadioButton rbStack

rbStack100

javax.swing.JRadioButton rbStack100

jPanel3

javax.swing.JPanel jPanel3

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

cbColorEach

javax.swing.JCheckBox cbColorEach

bColor

ButtonColor bColor

jPanel4

javax.swing.JPanel jPanel4

border7

javax.swing.border.Border border7

cbUseOrigin

javax.swing.JCheckBox cbUseOrigin

jLabel1

javax.swing.JLabel jLabel1

spOrigin

javax.swing.JSpinner spOrigin

jLabel2

javax.swing.JLabel jLabel2

slTransp

javax.swing.JSlider slTransp

jPanel5

javax.swing.JPanel jPanel5

jLabel3

javax.swing.JLabel jLabel3

cbTreatNulls

javax.swing.JComboBox cbTreatNulls

Class com.steema.teechart.editors.series.ArrowEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

arrow

Arrow arrow

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

jPanel3

javax.swing.JPanel jPanel3

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

cbColorEach

javax.swing.JCheckBox cbColorEach

bColor

ButtonColor bColor

border7

javax.swing.border.Border border7

buttonPen1

ButtonPen buttonPen1

jButton1

javax.swing.JButton jButton1

spWidth

javax.swing.JSpinner spWidth

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

spHeight

javax.swing.JSpinner spHeight

Class com.steema.teechart.editors.series.BarEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

bar

CustomBar bar

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

bBorder

ButtonPen bBorder

jPanel3

javax.swing.JPanel jPanel3

border1

javax.swing.border.Border border1

cbEach

javax.swing.JCheckBox cbEach

bColor

ButtonColor bColor

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

cbDark3D

javax.swing.JCheckBox cbDark3D

cbRelative

javax.swing.JCheckBox cbRelative

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

spDepth

javax.swing.JSpinner spDepth

spWidth

javax.swing.JSpinner spWidth

spOffset

javax.swing.JSpinner spOffset

cbSideMargins

javax.swing.JCheckBox cbSideMargins

cbAutoMark

javax.swing.JCheckBox cbAutoMark

bTickLines

ButtonPen bTickLines

Class com.steema.teechart.editors.series.BezierEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

bezier

Bezier bezier

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

buttonPen1

ButtonPen buttonPen1

Class com.steema.teechart.editors.series.BoxPlotEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

boxplot

CustomBox boxplot

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

bMedian

ButtonPen bMedian

bWhisker

ButtonPen bWhisker

JLabel5

javax.swing.JLabel JLabel5

jLabel4

javax.swing.JLabel jLabel4

eLength

javax.swing.JTextField eLength

ePos

javax.swing.JTextField ePos

Class com.steema.teechart.editors.series.CalendarEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

calendar

Calendar calendar

cbWeekDays

javax.swing.JCheckBox cbWeekDays

cbWeekUpper

javax.swing.JCheckBox cbWeekUpper

cbToday

javax.swing.JCheckBox cbToday

cbTrailing

javax.swing.JCheckBox cbTrailing

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel2

javax.swing.JPanel jPanel2

bPen

ButtonPen bPen

border1

javax.swing.border.Border border1

cbMonths

javax.swing.JCheckBox cbMonths

cbMonthUpper

javax.swing.JCheckBox cbMonthUpper

cbPrevious

javax.swing.JCheckBox cbPrevious

cbNext

javax.swing.JCheckBox cbNext

jPanel3

javax.swing.JPanel jPanel3

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

jPanel6

javax.swing.JPanel jPanel6

jPanel7

javax.swing.JPanel jPanel7

borderLayout4

java.awt.BorderLayout borderLayout4

borderLayout5

java.awt.BorderLayout borderLayout5

borderLayout6

java.awt.BorderLayout borderLayout6

borderLayout7

java.awt.BorderLayout borderLayout7

Class com.steema.teechart.editors.series.CandleEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

candle

Candle candle

jPanel2

javax.swing.JPanel jPanel2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

rbStick

javax.swing.JRadioButton rbStick

rbBar

javax.swing.JRadioButton rbBar

rbOpenClose

javax.swing.JRadioButton rbOpenClose

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

cbDraw3D

javax.swing.JCheckBox cbDraw3D

bUpColor

ButtonColor bUpColor

border7

javax.swing.border.Border border7

cbShowOpen

javax.swing.JCheckBox cbShowOpen

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

rbLine

javax.swing.JRadioButton rbLine

bHighLow

ButtonPen bHighLow

bDownColor

ButtonColor bDownColor

spWidth

javax.swing.JSpinner spWidth

jLabel3

javax.swing.JLabel jLabel3

cbShowClose

javax.swing.JCheckBox cbShowClose

bPen

ButtonPen bPen

jLabel2

javax.swing.JLabel jLabel2

cbDark3D

javax.swing.JCheckBox cbDark3D

siTransp

javax.swing.JSlider siTransp

Class com.steema.teechart.editors.series.CircledEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

circular

Circular circular

cbCircled

javax.swing.JCheckBox cbCircled

cb3D

javax.swing.JCheckBox cb3D

bColor

ButtonColor bColor

bGradient

javax.swing.JButton bGradient

jLabel1

javax.swing.JLabel jLabel1

spRotation

javax.swing.JSpinner spRotation

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

spHoriz

javax.swing.JSpinner spHoriz

spVert

javax.swing.JSpinner spVert

cbAutoHoriz

javax.swing.JCheckBox cbAutoHoriz

cbAutoVert

javax.swing.JCheckBox cbAutoVert

cbTransp

javax.swing.JCheckBox cbTransp

Class com.steema.teechart.editors.series.CircularGaugeEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

circularGauge

CircularGauge circularGauge

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

jPanel6

javax.swing.JPanel jPanel6

jLabelValue

javax.swing.JLabel jLabelValue

spValue

javax.swing.JSpinner spValue

jButtonEndPoint

javax.swing.JButton jButtonEndPoint

jButtonFaceBrush

javax.swing.JButton jButtonFaceBrush

jLabelStartVal

javax.swing.JLabel jLabelStartVal

jLabelEndVal

javax.swing.JLabel jLabelEndVal

jButtonCenter

javax.swing.JButton jButtonCenter

jButtonHand

javax.swing.JButton jButtonHand

jLabelTotalA

javax.swing.JLabel jLabelTotalA

spTotalA

javax.swing.JSpinner spTotalA

jLabelDist

javax.swing.JLabel jLabelDist

spDist

javax.swing.JSpinner spDist

jLabelOffset

javax.swing.JLabel jLabelOffset

spOffset

javax.swing.JSpinner spOffset

spStartVal

javax.swing.JSpinner spStartVal

spEndVal

javax.swing.JSpinner spEndVal

settingVals

boolean settingVals

jInnerBand

javax.swing.JButton jInnerBand

jLabelPalettes

javax.swing.JLabel jLabelPalettes

jComboPalettes

javax.swing.JComboBox jComboPalettes

jMinorTicks

javax.swing.JButton jMinorTicks

jTicks

javax.swing.JButton jTicks

jLabel1

javax.swing.JLabel jLabel1

jButtonFont

javax.swing.JButton jButtonFont

jLabelFormat

javax.swing.JLabel jLabelFormat

jTextFormat

javax.swing.JTextField jTextFormat

jCheckLabelsVisible

javax.swing.JCheckBox jCheckLabelsVisible

jMiddleBand

javax.swing.JButton jMiddleBand

jOuterBand

javax.swing.JButton jOuterBand

Class com.steema.teechart.editors.series.ClockEditor extends PolarEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

clock

Clock clock

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

Class com.steema.teechart.editors.series.ColorGridEditor extends GridEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

colorGrid

ColorGrid colorGrid

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

cbCentered

javax.swing.JCheckBox cbCentered

bGrid

ButtonPen bGrid

Class com.steema.teechart.editors.series.ContourEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

contourLevel

ContourLevel contourLevel

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

contour

Contour contour

grid3DEditor

GridEditor grid3DEditor

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

jPanel3

javax.swing.JPanel jPanel3

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

cbAutoLevels

javax.swing.JCheckBox cbAutoLevels

border7

javax.swing.border.Border border7

buttonPen1

ButtonPen buttonPen1

spYPos

javax.swing.JSpinner spYPos

jLabel4

javax.swing.JLabel jLabel4

cbYPosLevel

javax.swing.JCheckBox cbYPosLevel

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

jLabel1

javax.swing.JLabel jLabel1

jLabel3

javax.swing.JLabel jLabel3

jSpinner1

javax.swing.JSpinner jSpinner1

spNum

javax.swing.JSpinner spNum

cbColorEach

javax.swing.JCheckBox cbColorEach

jLabel5

javax.swing.JLabel jLabel5

spLevel

javax.swing.JSpinner spLevel

eValue

javax.swing.JTextField eValue

Class com.steema.teechart.editors.series.CustomEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

contourLevel

ContourLevel contourLevel

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

custom

Custom custom

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

jPanel3

javax.swing.JPanel jPanel3

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

cbStairs

javax.swing.JCheckBox cbStairs

border7

javax.swing.border.Border border7

bLineBorder

ButtonPen bLineBorder

spHeight

javax.swing.JSpinner spHeight

jLabel4

javax.swing.JLabel jLabel4

cbColorEachLine

javax.swing.JCheckBox cbColorEachLine

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

jLabel1

javax.swing.JLabel jLabel1

jSpinner1

javax.swing.JSpinner jSpinner1

cbInvStairs

javax.swing.JCheckBox cbInvStairs

eValue

javax.swing.JTextField eValue

bLineColor

ButtonColor bLineColor

bBrush

javax.swing.JButton bBrush

cbDark3D

javax.swing.JCheckBox cbDark3D

cbClick

javax.swing.JCheckBox cbClick

cbColorEach

javax.swing.JCheckBox cbColorEach

bOutline

ButtonPen bOutline

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

spTransparency

javax.swing.JSpinner spTransparency

jLabel3

javax.swing.JLabel jLabel3

jLabel5

javax.swing.JLabel jLabel5

cbStack

javax.swing.JComboBox cbStack

Class com.steema.teechart.editors.series.DonutEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

circledEditor

CircledEditor circledEditor

pieEditor

PieEditor pieEditor

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

donut

Donut donut

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

spDonut

javax.swing.JSpinner spDonut

Class com.steema.teechart.editors.series.ErrBarEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

customError

CustomError customError

jPanel2

javax.swing.JPanel jPanel2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

rbLeft

javax.swing.JRadioButton rbLeft

rbRight

javax.swing.JRadioButton rbRight

rbLeftRight

javax.swing.JRadioButton rbLeftRight

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

rbTop

javax.swing.JRadioButton rbTop

spBarWidth

javax.swing.JSpinner spBarWidth

jLabel3

javax.swing.JLabel jLabel3

bPen

ButtonPen bPen

cbColorEach

javax.swing.JCheckBox cbColorEach

rbBottom

javax.swing.JRadioButton rbBottom

rbTopBottom

javax.swing.JRadioButton rbTopBottom

jPanel1

javax.swing.JPanel jPanel1

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

border21

javax.swing.border.Border border21

border22

javax.swing.border.Border border22

rbPercent

javax.swing.JRadioButton rbPercent

rbPixels

javax.swing.JRadioButton rbPixels

Class com.steema.teechart.editors.series.FastLineEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

fast

FastLine fast

jPanel1

javax.swing.JPanel jPanel1

penEditor

ChartPenEditor penEditor

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel2

javax.swing.JPanel jPanel2

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

cbStairs

javax.swing.JCheckBox cbStairs

cbInverted

javax.swing.JCheckBox cbInverted

cbEach

javax.swing.JCheckBox cbEach

cbDrawAll

javax.swing.JCheckBox cbDrawAll

border3

javax.swing.border.Border border3

jPanel3

javax.swing.JPanel jPanel3

border4

javax.swing.border.Border border4

cbTreatNulls

javax.swing.JComboBox cbTreatNulls

Class com.steema.teechart.editors.series.FunnelEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

funnel

Funnel funnel

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

bBorder

ButtonPen bBorder

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

bAboveColor

ButtonColor bAboveColor

bBrush

javax.swing.JButton bBrush

bLines

ButtonPen bLines

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

spDifLimit

javax.swing.JSpinner spDifLimit

jLabel3

javax.swing.JLabel jLabel3

bWithinColor

ButtonColor bWithinColor

bBelowColor

ButtonColor bBelowColor

Class com.steema.teechart.editors.series.GanttEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

gantt

Gantt gantt

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

bConnLines

ButtonPen bConnLines

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

spPointVertSize

javax.swing.JSpinner spPointVertSize

jLabel3

javax.swing.JLabel jLabel3

jPanel1

javax.swing.JPanel jPanel1

border12

javax.swing.border.Border border12

bColor

ButtonColor bColor

cbColorEach

javax.swing.JCheckBox cbColorEach

Class com.steema.teechart.editors.series.GaugesEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

gauge

Gauges gauge

penEditor

ChartPenEditor penEditor

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

border1

javax.swing.border.Border border1

cbEach

javax.swing.JCheckBox cbEach

bEndPoint

javax.swing.JButton bEndPoint

cbShowLabels

javax.swing.JCheckBox cbShowLabels

cbInside

javax.swing.JCheckBox cbInside

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

border21

javax.swing.border.Border border21

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

border22

javax.swing.border.Border border22

border23

javax.swing.border.Border border23

border24

javax.swing.border.Border border24

border25

javax.swing.border.Border border25

bPLine

ButtonPen bPLine

bPAxis

ButtonPen bPAxis

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

spValue

javax.swing.JSpinner spValue

spTotalAngle

javax.swing.JSpinner spTotalAngle

spDistance

javax.swing.JSpinner spDistance

sp1

javax.swing.JSpinner sp1

sp3

javax.swing.JSpinner sp3

sp2

javax.swing.JSpinner sp2

sp4

javax.swing.JSpinner sp4

spMax

javax.swing.JSpinner spMax

spMin

javax.swing.JSpinner spMin

bPTicks

ButtonPen bPTicks

bPMinor

ButtonPen bPMinor

bFont

javax.swing.JButton bFont

jLabel2

javax.swing.JLabel jLabel2

textBox1

javax.swing.JTextField textBox1

bCenter

javax.swing.JButton bCenter

Class com.steema.teechart.editors.series.GaugeSeriesPointerEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

pointer

GaugeSeriesPointer pointer

cbOK

javax.swing.JButton cbOK

jPanel1

javax.swing.JPanel jPanel1

result

boolean result

Class com.steema.teechart.editors.series.GridEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

custom3DPalette

Custom3DPalette custom3DPalette

seriesgrid

Custom3DGrid seriesgrid

setting

boolean setting

jPanel2

javax.swing.JPanel jPanel2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

spPalette

javax.swing.JSpinner spPalette

jLabel3

javax.swing.JLabel jLabel3

cbIrreg

javax.swing.JCheckBox cbIrreg

jPanel1

javax.swing.JPanel jPanel1

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

border21

javax.swing.border.Border border21

border22

javax.swing.border.Border border22

rbColor

javax.swing.JRadioButton rbColor

rbRange

javax.swing.JRadioButton rbRange

border23

javax.swing.border.Border border23

border24

javax.swing.border.Border border24

rbPalette

javax.swing.JRadioButton rbPalette

border25

javax.swing.border.Border border25

border26

javax.swing.border.Border border26

bToColor

ButtonColor bToColor

bColor

ButtonColor bColor

bFromColor

ButtonColor bFromColor

bMidColor

ButtonColor bMidColor

cbPalStyle

javax.swing.JComboBox cbPalStyle

jLabel2

javax.swing.JLabel jLabel2

jPanel3

javax.swing.JPanel jPanel3

border27

javax.swing.border.Border border27

border28

javax.swing.border.Border border28

border29

javax.swing.border.Border border29

border30

javax.swing.border.Border border30

border31

javax.swing.border.Border border31

border32

javax.swing.border.Border border32

border33

javax.swing.border.Border border33

border34

javax.swing.border.Border border34

border35

javax.swing.border.Border border35

border36

javax.swing.border.Border border36

border37

javax.swing.border.Border border37

border38

javax.swing.border.Border border38

border39

javax.swing.border.Border border39

border40

javax.swing.border.Border border40

spXGrid

javax.swing.JSpinner spXGrid

spZGrid

javax.swing.JSpinner spZGrid

spDepth

javax.swing.JSpinner spDepth

jLabel1

javax.swing.JLabel jLabel1

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

Class com.steema.teechart.editors.series.HighLowEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

highLow

HighLow highLow

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

bLowBrush

javax.swing.JButton bLowBrush

bHigh

ButtonPen bHigh

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel3

javax.swing.JLabel jLabel3

bColor

ButtonColor bColor

bLines

ButtonPen bLines

bLow

ButtonPen bLow

bBrush

javax.swing.JButton bBrush

cbColorEach

javax.swing.JCheckBox cbColorEach

Class com.steema.teechart.editors.series.HistoEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

histogram

Histogram histogram

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

spTransp

javax.swing.JSpinner spTransp

jLabel3

javax.swing.JLabel jLabel3

jPanel1

javax.swing.JPanel jPanel1

border12

javax.swing.border.Border border12

bColor

ButtonColor bColor

cbColorEach

javax.swing.JCheckBox cbColorEach

bBorder

javax.swing.JButton bBorder

bLines

javax.swing.JButton bLines

bPattern

javax.swing.JButton bPattern

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

Class com.steema.teechart.editors.series.ImageEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

imageBar

ImageBar imageBar

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel3

javax.swing.JLabel jLabel3

jPanel1

javax.swing.JPanel jPanel1

border12

javax.swing.border.Border border12

cbTiled

javax.swing.JCheckBox cbTiled

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

jButton1

javax.swing.JButton jButton1

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

bBrowse

javax.swing.JButton bBrowse

jPanelImage

ImagePanel jPanelImage

Class com.steema.teechart.editors.series.IsoSurfaceEditor extends BaseSeriesEditor implements Serializable

Class com.steema.teechart.editors.series.LinearGaugeEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

linearGauge

LinearGauge linearGauge

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jPanel5

javax.swing.JPanel jPanel5

jPanel6

javax.swing.JPanel jPanel6

jLabelValue

javax.swing.JLabel jLabelValue

spValue

javax.swing.JSpinner spValue

jButtonEndPoint

javax.swing.JButton jButtonEndPoint

jButtonFaceBrush

javax.swing.JButton jButtonFaceBrush

jLabelStartVal

javax.swing.JLabel jLabelStartVal

jLabelEndVal

javax.swing.JLabel jLabelEndVal

jButtonCenter

javax.swing.JButton jButtonCenter

jButtonHand

javax.swing.JButton jButtonHand

spStartVal

javax.swing.JSpinner spStartVal

spEndVal

javax.swing.JSpinner spEndVal

settingVals

boolean settingVals

jInnerBand

javax.swing.JButton jInnerBand

jTicks

javax.swing.JButton jTicks

jMinorTicks

javax.swing.JButton jMinorTicks

jComboPalettes

javax.swing.JComboBox jComboPalettes

jButtonFont

javax.swing.JButton jButtonFont

jLabelPalettes

javax.swing.JLabel jLabelPalettes

jTextFormat

javax.swing.JTextField jTextFormat

jCheckLabelsVisible

javax.swing.JCheckBox jCheckLabelsVisible

jMiddleBand

javax.swing.JButton jMiddleBand

jOuterBand

javax.swing.JButton jOuterBand

Class com.steema.teechart.editors.series.LineEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

line

Line line

bPen

ButtonPen bPen

bColor

ButtonColor bColor

jButton1

javax.swing.JButton jButton1

bOutline

ButtonPen bOutline

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

cbStairs

javax.swing.JCheckBox cbStairs

cbInverted

javax.swing.JCheckBox cbInverted

cbDark3D

javax.swing.JCheckBox cbDark3D

cbEach

javax.swing.JCheckBox cbEach

cbClickable

javax.swing.JCheckBox cbClickable

cbEachLine

javax.swing.JCheckBox cbEachLine

jLabel1

javax.swing.JLabel jLabel1

spHeight3D

javax.swing.JSpinner spHeight3D

jLabel2

javax.swing.JLabel jLabel2

cbStack

javax.swing.JComboBox cbStack

jLabel3

javax.swing.JLabel jLabel3

slTransp

javax.swing.JSlider slTransp

jPanel2

javax.swing.JPanel jPanel2

border3

javax.swing.border.Border border3

cbTreatNulls

javax.swing.JComboBox cbTreatNulls

Class com.steema.teechart.editors.series.MapEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

map

Map map

changingText

boolean changingText

grid3DEditor

GridEditor grid3DEditor

setting

boolean setting

penEditor

ChartPenEditor penEditor

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

bMapBrush

ButtonPen bMapBrush

border1

javax.swing.border.Border border1

cbEach

javax.swing.JCheckBox cbEach

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

border21

javax.swing.border.Border border21

border22

javax.swing.border.Border border22

border23

javax.swing.border.Border border23

border24

javax.swing.border.Border border24

border25

javax.swing.border.Border border25

buttonPen1

ButtonPen buttonPen1

jPanel2

javax.swing.JPanel jPanel2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

chartListBox1

ChartListBox chartListBox1

border26

javax.swing.border.Border border26

jPanel3

javax.swing.JPanel jPanel3

jPanel4

javax.swing.JPanel jPanel4

jTabbedPane2

javax.swing.JTabbedPane jTabbedPane2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

tbText

javax.swing.JTextField tbText

tbZ

javax.swing.JTextField tbZ

jLabel3

javax.swing.JLabel jLabel3

lShapeIndex

javax.swing.JLabel lShapeIndex

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

buttonPen2

ButtonPen buttonPen2

buttonColor1

ButtonColor buttonColor1

cbGlobalPen

javax.swing.JCheckBox cbGlobalPen

cbGlobalBrush

javax.swing.JCheckBox cbGlobalBrush

cbClosed

javax.swing.JCheckBox cbClosed

cbVisible

javax.swing.JCheckBox cbVisible

jLabel4

javax.swing.JLabel jLabel4

spTransparency

javax.swing.JSpinner spTransparency

Class com.steema.teechart.editors.series.PieEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

pie

Pie pie

circled

CircledEditor circled

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jSpinner1

javax.swing.JSpinner jSpinner1

jLabelValue

javax.swing.JLabel jLabelValue

spValue

javax.swing.JSpinner spValue

jLabel1

javax.swing.JLabel jLabel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

cbEach

javax.swing.JCheckBox cbEach

bColor

ButtonColor bColor

bBorder

ButtonPen bBorder

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

labelFormat

javax.swing.JLabel labelFormat

jComboBox1

javax.swing.JComboBox jComboBox1

jSpinner4

javax.swing.JSpinner jSpinner4

jLabelPalettes

javax.swing.JLabel jLabelPalettes

jComboEdgeStyles

javax.swing.JComboBox jComboEdgeStyles

jSpinner3

javax.swing.JSpinner jSpinner3

jTextFormat

javax.swing.JTextField jTextFormat

jSpinner2

javax.swing.JSpinner jSpinner2

Class com.steema.teechart.editors.series.Point3DEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

points3D

Points3D points3D

bColor

ButtonColor bColor

cbEach

javax.swing.JCheckBox cbEach

jLabel1

javax.swing.JLabel jLabel1

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

bBaseLine

ButtonPen bBaseLine

bLine

ButtonPen bLine

spPointDepth

javax.swing.JSpinner spPointDepth

jPanel2

javax.swing.JPanel jPanel2

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

cbTreatNulls

javax.swing.JComboBox cbTreatNulls

Class com.steema.teechart.editors.series.PointFigureEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

pointFigure

PointFigure pointFigure

downEditor

SeriesPointerEditor downEditor

upEditor

SeriesPointerEditor upEditor

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

jLabel1

javax.swing.JLabel jLabel1

tbReversalAmt

javax.swing.JTextField tbReversalAmt

tbBoxSize

javax.swing.JTextField tbBoxSize

Class com.steema.teechart.editors.series.PointsEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

points

Points points

bColor

ButtonColor bColor

cbEach

javax.swing.JCheckBox cbEach

jLabel1

javax.swing.JLabel jLabel1

cbStack

javax.swing.JComboBox cbStack

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

cbTreatNulls

javax.swing.JComboBox cbTreatNulls

Class com.steema.teechart.editors.series.PolarEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

circled

CircledEditor circled

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

polar

CustomPolar polar

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

border12

javax.swing.border.Border border12

bPattern

javax.swing.JButton bPattern

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

cbCloseCircle

javax.swing.JCheckBox cbCloseCircle

cbLabelsRot

javax.swing.JCheckBox cbLabelsRot

bPen

ButtonPen bPen

jPanel1

javax.swing.JPanel jPanel1

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

spTransp

javax.swing.JSpinner spTransp

border21

javax.swing.border.Border border21

border22

javax.swing.border.Border border22

border23

javax.swing.border.Border border23

border24

javax.swing.border.Border border24

titledBorder1

javax.swing.border.TitledBorder titledBorder1

border25

javax.swing.border.Border border25

border26

javax.swing.border.Border border26

border27

javax.swing.border.Border border27

border28

javax.swing.border.Border border28

border29

javax.swing.border.Border border29

border30

javax.swing.border.Border border30

border31

javax.swing.border.Border border31

border32

javax.swing.border.Border border32

jLabel4

javax.swing.JLabel jLabel4

spRadiusInc

javax.swing.JSpinner spRadiusInc

jLabel5

javax.swing.JLabel jLabel5

spAngleInc

javax.swing.JSpinner spAngleInc

bCircle

ButtonPen bCircle

border33

javax.swing.border.Border border33

border34

javax.swing.border.Border border34

cbClockWise

javax.swing.JCheckBox cbClockWise

cbInside

javax.swing.JCheckBox cbInside

cbAngleLabels

javax.swing.JCheckBox cbAngleLabels

bFont

javax.swing.JButton bFont

cbColorEach

javax.swing.JCheckBox cbColorEach

bColor

ButtonColor bColor

jPanel2

javax.swing.JPanel jPanel2

border35

javax.swing.border.Border border35

border36

javax.swing.border.Border border36

cbTreatNulls

javax.swing.JComboBox cbTreatNulls

Class com.steema.teechart.editors.series.PyramidEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

pyramid

Pyramid pyramid

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

spSize

javax.swing.JSpinner spSize

jLabel3

javax.swing.JLabel jLabel3

border12

javax.swing.border.Border border12

bColor

ButtonColor bColor

cbColorEach

javax.swing.JCheckBox cbColorEach

bBorder

javax.swing.JButton bBorder

bPattern

javax.swing.JButton bPattern

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

Class com.steema.teechart.editors.series.SeriesMarksEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

marks

SeriesMarks marks

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jLabel1

javax.swing.JLabel jLabel1

cbHead

javax.swing.JComboBox cbHead

bMarkLinCol

ButtonPen bMarkLinCol

border1

javax.swing.border.Border border1

bCalloutPointer

javax.swing.JButton bCalloutPointer

jPanel4

javax.swing.JPanel jPanel4

jLabel5

javax.swing.JLabel jLabel5

jComboBox1

javax.swing.JComboBox jComboBox1

buttonPen1

ButtonPen buttonPen1

jPanel5

javax.swing.JPanel jPanel5

jCheckBox1

javax.swing.JCheckBox jCheckBox1

buttonColor1

ButtonColor buttonColor1

jButton3

javax.swing.JButton jButton3

jButton4

javax.swing.JButton jButton4

jCheckBox2

javax.swing.JCheckBox jCheckBox2

jCheckBox3

javax.swing.JCheckBox jCheckBox3

jPanel6

javax.swing.JPanel jPanel6

cbStyle

javax.swing.JComboBox cbStyle

jPanel7

javax.swing.JPanel jPanel7

cbVisible

javax.swing.JCheckBox cbVisible

buttonColor2

ButtonColor buttonColor2

cbClipped

javax.swing.JCheckBox cbClipped

cbMultiLine

javax.swing.JCheckBox cbMultiLine

cbAllVisible

javax.swing.JCheckBox cbAllVisible

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

spDrawEvery

javax.swing.JSpinner spDrawEvery

jLabel6

javax.swing.JLabel jLabel6

spAngle

javax.swing.JSpinner spAngle

spLength

javax.swing.JSpinner spLength

jLabel9

javax.swing.JLabel jLabel9

spHeadSize

javax.swing.JSpinner spHeadSize

jLabel10

javax.swing.JLabel jLabel10

spArrowDist

javax.swing.JSpinner spArrowDist

jLabel11

javax.swing.JLabel jLabel11

spArrowLength

javax.swing.JSpinner spArrowLength

jLabel12

javax.swing.JLabel jLabel12

Class com.steema.teechart.editors.series.SeriesPointerEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

pointer

SeriesPointer pointer

cbVisible

javax.swing.JCheckBox cbVisible

cb3D

javax.swing.JCheckBox cb3D

cbDark3D

javax.swing.JCheckBox cbDark3D

cbInflate

javax.swing.JCheckBox cbInflate

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel2

javax.swing.JPanel jPanel2

gradient

GradientEditor gradient

borderLayout2

java.awt.BorderLayout borderLayout2

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

jLabel2

javax.swing.JLabel jLabel2

spWidth

javax.swing.JSpinner spWidth

jLabel3

javax.swing.JLabel jLabel3

spHeight

javax.swing.JSpinner spHeight

bPen

ButtonPen bPen

jPanel3

javax.swing.JPanel jPanel3

border1

javax.swing.border.Border border1

jButton1

javax.swing.JButton jButton1

cbDefaultBrush

javax.swing.JCheckBox cbDefaultBrush

jLabel4

javax.swing.JLabel jLabel4

slTransp

javax.swing.JSlider slTransp

Class com.steema.teechart.editors.series.SeriesPointerEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

pointer

SeriesPointer pointer

pointEditor

SeriesPointerEditor pointEditor

cbOK

javax.swing.JButton cbOK

jPanel1

javax.swing.JPanel jPanel1

result

boolean result

Class com.steema.teechart.editors.series.ShapeEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

shape

Shape shape

shapeText

TextEditor shapeText

penEditor

ChartPenEditor penEditor

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

bShapePen

ButtonPen bShapePen

border1

javax.swing.border.Border border1

cbEach

javax.swing.JCheckBox cbEach

bShapeColor

ButtonColor bShapeColor

bShapeGradient

javax.swing.JButton bShapeGradient

bShapeBrush

javax.swing.JButton bShapeBrush

cbTransparent

javax.swing.JCheckBox cbTransparent

cbRound

javax.swing.JCheckBox cbRound

spDepth

javax.swing.JSpinner spDepth

spWidth

javax.swing.JSpinner spWidth

spOffset

javax.swing.JSpinner spOffset

cbSideMargins

javax.swing.JCheckBox cbSideMargins

cbAutoMark

javax.swing.JCheckBox cbAutoMark

jPanel4

javax.swing.JPanel jPanel4

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

rbTop

javax.swing.JRadioButton rbTop

rbCenter

javax.swing.JRadioButton rbCenter

rbBottom

javax.swing.JRadioButton rbBottom

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

textShape

javax.swing.JTextArea textShape

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jPanel5

javax.swing.JPanel jPanel5

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

rbHorizLeft

javax.swing.JRadioButton rbHorizLeft

rbHorizCenter

javax.swing.JRadioButton rbHorizCenter

rbHorizRight

javax.swing.JRadioButton rbHorizRight

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

border21

javax.swing.border.Border border21

textY0

javax.swing.JTextField textY0

textX0

javax.swing.JTextField textX0

textX1

javax.swing.JTextField textX1

textY1

javax.swing.JTextField textY1

cbUnits

javax.swing.JComboBox cbUnits

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

border22

javax.swing.border.Border border22

border23

javax.swing.border.Border border23

border24

javax.swing.border.Border border24

border25

javax.swing.border.Border border25

Class com.steema.teechart.editors.series.SmithEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

circled

CircledEditor circled

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

smith

Smith smith

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

border12

javax.swing.border.Border border12

cbColorEach

javax.swing.JCheckBox cbColorEach

bCFont

javax.swing.JButton bCFont

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

cbC

javax.swing.JCheckBox cbC

cbR

javax.swing.JCheckBox cbR

bBorder

ButtonPen bBorder

bCircle

ButtonPen bCircle

bCPen

ButtonPen bCPen

bRPen

ButtonPen bRPen

bRFont

javax.swing.JButton bRFont

eImag

javax.swing.JTextField eImag

Class com.steema.teechart.editors.series.StackBarEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

bar

CustomBar bar

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

rbNone

javax.swing.JRadioButton rbNone

rbSide

javax.swing.JRadioButton rbSide

rbStacked

javax.swing.JRadioButton rbStacked

rbStacked100

javax.swing.JRadioButton rbStacked100

rbSideAll

javax.swing.JRadioButton rbSideAll

rbSelfStack

javax.swing.JRadioButton rbSelfStack

cbUseOrigin

javax.swing.JCheckBox cbUseOrigin

eOrigin

javax.swing.JTextField eOrigin

jLabel1

javax.swing.JLabel jLabel1

spStackGroup

javax.swing.JSpinner spStackGroup

Class com.steema.teechart.editors.series.SurfaceEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

grid3DEditor

GridEditor grid3DEditor

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

surface

Surface surface

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel3

javax.swing.JLabel jLabel3

border12

javax.swing.border.Border border12

cbSmooth

javax.swing.JCheckBox cbSmooth

bBrush

javax.swing.JButton bBrush

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

bPen

ButtonPen bPen

bSideBrush

javax.swing.JButton bSideBrush

rbSolid

javax.swing.JRadioButton rbSolid

jPanel1

javax.swing.JPanel jPanel1

rbWireFrame

javax.swing.JRadioButton rbWireFrame

rbDotFrame

javax.swing.JRadioButton rbDotFrame

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

Class com.steema.teechart.editors.series.TowerEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

grid3DEditor

GridEditor grid3DEditor

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

tower

Tower tower

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

eValue

javax.swing.JTextField eValue

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

border12

javax.swing.border.Border border12

bPattern

javax.swing.JButton bPattern

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

cbDark

javax.swing.JCheckBox cbDark

cbOrigin

javax.swing.JCheckBox cbOrigin

bBorder

ButtonPen bBorder

eOrigin

javax.swing.JTextField eOrigin

jPanel1

javax.swing.JPanel jPanel1

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

jLabel1

javax.swing.JLabel jLabel1

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

spTransp

javax.swing.JSpinner spTransp

cbStyle

javax.swing.JComboBox cbStyle

jPanel2

javax.swing.JPanel jPanel2

border21

javax.swing.border.Border border21

border22

javax.swing.border.Border border22

border23

javax.swing.border.Border border23

border24

javax.swing.border.Border border24

titledBorder1

javax.swing.border.TitledBorder titledBorder1

border25

javax.swing.border.Border border25

border26

javax.swing.border.Border border26

border27

javax.swing.border.Border border27

border28

javax.swing.border.Border border28

border29

javax.swing.border.Border border29

border30

javax.swing.border.Border border30

border31

javax.swing.border.Border border31

border32

javax.swing.border.Border border32

jLabel4

javax.swing.JLabel jLabel4

spWidth

javax.swing.JSpinner spWidth

jLabel5

javax.swing.JLabel jLabel5

spDepth

javax.swing.JSpinner spDepth

Class com.steema.teechart.editors.series.TriSurfaceEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

triSurface

TriSurface triSurface

grid3DEditor

GridEditor grid3DEditor

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel3

javax.swing.JLabel jLabel3

bPen

ButtonPen bPen

bOutLine

ButtonPen bOutLine

bBrush

javax.swing.JButton bBrush

Class com.steema.teechart.editors.series.Vector3DEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

vector3D

Vector3D vector3D

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

bStart

ButtonPen bStart

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

jLabel3

javax.swing.JLabel jLabel3

bEnd

ButtonPen bEnd

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

spWidth

javax.swing.JSpinner spWidth

spHeight

javax.swing.JSpinner spHeight

Class com.steema.teechart.editors.series.VolumeEditor extends BaseSeriesEditor implements Serializable

Serialized Fields

penEditor

ChartPenEditor penEditor

volume

Volume volume

jPanel1

javax.swing.JPanel jPanel1

borderLayout1

java.awt.BorderLayout borderLayout1

cbUseOrigin

javax.swing.JCheckBox cbUseOrigin

cbColorEach

javax.swing.JCheckBox cbColorEach

Class com.steema.teechart.editors.series.WaterFallEditor extends SurfaceEditor implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

waterfall

Waterfall waterfall

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

bLines

ButtonPen bLines

penEditor

ChartPenEditor penEditor

Package com.steema.teechart.editors.tools

Class com.steema.teechart.editors.tools.AnnotationEditor extends BaseToolsEditor implements Serializable

Serialized Fields

atool

Tool atool

annotation

Annotation annotation

shapeForm

ShapeEditor shapeForm

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jLabel1

javax.swing.JLabel jLabel1

memoText

javax.swing.JTextPane memoText

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

cbTextAlign

javax.swing.JComboBox cbTextAlign

cbCursor

javax.swing.JComboBox cbCursor

jPanel4

javax.swing.JPanel jPanel4

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

jPanel5

javax.swing.JPanel jPanel5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

jLabel4

javax.swing.JLabel jLabel4

cbPos

javax.swing.JComboBox cbPos

cbCustomPos

javax.swing.JCheckBox cbCustomPos

cbCustomSize

javax.swing.JCheckBox cbCustomSize

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

spTop

javax.swing.JSpinner spTop

spLeft

javax.swing.JSpinner spLeft

spHeight

javax.swing.JSpinner spHeight

spWidth

javax.swing.JSpinner spWidth

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

bCalloutPen

ButtonPen bCalloutPen

bCalloutPointer

javax.swing.JButton bCalloutPointer

jPanel6

javax.swing.JPanel jPanel6

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

jLabel9

javax.swing.JLabel jLabel9

spArrowDist

javax.swing.JSpinner spArrowDist

jLabel10

javax.swing.JLabel jLabel10

cbHead

javax.swing.JComboBox cbHead

spHeadSize

javax.swing.JSpinner spHeadSize

jLabel11

javax.swing.JLabel jLabel11

jLabel12

javax.swing.JLabel jLabel12

jLabel13

javax.swing.JLabel jLabel13

spX

javax.swing.JSpinner spX

spY

javax.swing.JSpinner spY

spZ

javax.swing.JSpinner spZ

jLabel14

javax.swing.JLabel jLabel14

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

border19

javax.swing.border.Border border19

border20

javax.swing.border.Border border20

border21

javax.swing.border.Border border21

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

border22

javax.swing.border.Border border22

border23

javax.swing.border.Border border23

border24

javax.swing.border.Border border24

border25

javax.swing.border.Border border25

border26

javax.swing.border.Border border26

border27

javax.swing.border.Border border27

border28

javax.swing.border.Border border28

border29

javax.swing.border.Border border29

border30

javax.swing.border.Border border30

border31

javax.swing.border.Border border31

border32

javax.swing.border.Border border32

border33

javax.swing.border.Border border33

border34

javax.swing.border.Border border34

border35

javax.swing.border.Border border35

border36

javax.swing.border.Border border36

border37

javax.swing.border.Border border37

border38

javax.swing.border.Border border38

border39

javax.swing.border.Border border39

border40

javax.swing.border.Border border40

border41

javax.swing.border.Border border41

Class com.steema.teechart.editors.tools.AxisArrowEditor extends AxisToolEdit implements Serializable

Serialized Fields

setting

boolean setting

axisArrow

AxisArrow axisArrow

bFill

javax.swing.JButton bFill

jLabel1

javax.swing.JLabel jLabel1

spLength

javax.swing.JSpinner spLength

cbInverted

javax.swing.JCheckBox cbInverted

spScroll

javax.swing.JSpinner spScroll

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

cbPosition

javax.swing.JComboBox cbPosition

Class com.steema.teechart.editors.tools.AxisScrollEditor extends AxisToolEdit implements Serializable

Class com.steema.teechart.editors.tools.AxisToolEdit extends BaseToolsEditor implements Serializable

Serialized Fields

toolAxis

ToolAxis toolAxis

setting

boolean setting

bPen

ButtonPen bPen

cbAxis

javax.swing.JComboBox cbAxis

jLabel1

javax.swing.JLabel jLabel1

Class com.steema.teechart.editors.tools.ColorBandEditor extends AxisToolEdit implements Serializable

Serialized Fields

setting

boolean setting

colorBand

ColorBand colorBand

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

tbStart

javax.swing.JTextField tbStart

tbEnd

javax.swing.JTextField tbEnd

bStart

ButtonPen bStart

bEnd

ButtonPen bEnd

cbStart

javax.swing.JCheckBox cbStart

cbEnd

javax.swing.JCheckBox cbEnd

bGradient

javax.swing.JButton bGradient

cbBehind

javax.swing.JCheckBox cbBehind

bColor

ButtonColor bColor

jLabel3

javax.swing.JLabel jLabel3

spTransp

javax.swing.JSpinner spTransp

bPattern

javax.swing.JButton bPattern

Class com.steema.teechart.editors.tools.ColorLineEditor extends AxisToolEdit implements Serializable

Serialized Fields

setting

boolean setting

colorLine

ColorLine colorLine

jLabel1

javax.swing.JLabel jLabel1

tbValue

javax.swing.JTextField tbValue

cbDrag

javax.swing.JCheckBox cbDrag

cbDragRepaint

javax.swing.JCheckBox cbDragRepaint

cbNoLimit

javax.swing.JCheckBox cbNoLimit

cbBehind

javax.swing.JCheckBox cbBehind

cb3D

javax.swing.JCheckBox cb3D

Class com.steema.teechart.editors.tools.CursorEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

setting

boolean setting

cursorTool

CursorTool cursorTool

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

cbSnap

javax.swing.JCheckBox cbSnap

cbFollow

javax.swing.JCheckBox cbFollow

bPen

ButtonPen bPen

Class com.steema.teechart.editors.tools.DragMarksEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

dragMarks

DragMarks dragMarks

bReset

javax.swing.JButton bReset

Class com.steema.teechart.editors.tools.DragPointEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

dragPoint

DragPoint dragPoint

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

radioButton1

javax.swing.JRadioButton radioButton1

radioButton2

javax.swing.JRadioButton radioButton2

radioButton3

javax.swing.JRadioButton radioButton3

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

cbButton

javax.swing.JComboBox cbButton

cbCursor

javax.swing.JComboBox cbCursor

Class com.steema.teechart.editors.tools.DrawLineEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

drawLine

DrawLine drawLine

setting

boolean setting

bPen

ButtonPen bPen

jLabel1

javax.swing.JLabel jLabel1

cbButton

javax.swing.JComboBox cbButton

cbEnableDraw

javax.swing.JCheckBox cbEnableDraw

cbEnableSelect

javax.swing.JCheckBox cbEnableSelect

bRemoveAll

javax.swing.JButton bRemoveAll

Class com.steema.teechart.editors.tools.ExtraLegendEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

extraLegend

ExtraLegend extraLegend

lEdit

LegendEditor lEdit

bEditLegend

javax.swing.JButton bEditLegend

Class com.steema.teechart.editors.tools.GanttToolEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

ganttTool

GanttTool ganttTool

cbAllowDrag

javax.swing.JCheckBox cbAllowDrag

cbAllowResize

javax.swing.JCheckBox cbAllowResize

jLabel1

javax.swing.JLabel jLabel1

spMinPixels

javax.swing.JSpinner spMinPixels

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

cbCursorDrag

javax.swing.JComboBox cbCursorDrag

cbCursorResize

javax.swing.JComboBox cbCursorResize

Class com.steema.teechart.editors.tools.GridBandEditor extends AxisToolEdit implements Serializable

Serialized Fields

gridBand

GridBand gridBand

bBand1

javax.swing.JButton bBand1

bBand2

javax.swing.JButton bBand2

buttonColor1

ButtonColor buttonColor1

buttonColor2

ButtonColor buttonColor2

Class com.steema.teechart.editors.tools.GridTransposeEditor extends BaseToolsEditor implements Serializable

Serialized Fields

gridTranspose

GridTranspose gridTranspose

cbSeries

javax.swing.JComboBox cbSeries

jLabel1

javax.swing.JLabel jLabel1

bTranspose

javax.swing.JButton bTranspose

Class com.steema.teechart.editors.tools.HotSpotEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

jPanel1

javax.swing.JPanel jPanel1

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

cbAction

javax.swing.JComboBox cbAction

cbHelperScript

javax.swing.JComboBox cbHelperScript

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

Class com.steema.teechart.editors.tools.ImageToolEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

chartImage

ChartImage chartImage

bBrowseTag

int bBrowseTag

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

bBrowse

javax.swing.JButton bBrowse

jLabel1

javax.swing.JLabel jLabel1

cbMode

javax.swing.JComboBox cbMode

panelPicture

ImagePanel panelPicture

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

Class com.steema.teechart.editors.tools.LightToolEditor extends BaseToolsEditor implements Serializable

Serialized Fields

cbFollow

javax.swing.JCheckBox cbFollow

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

cbStyle

javax.swing.JComboBox cbStyle

hSBTop

javax.swing.JSlider hSBTop

hSBFactor

javax.swing.JSlider hSBFactor

hSBLeft

javax.swing.JSlider hSBLeft

Class com.steema.teechart.editors.tools.MarksTipEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

marksTip

MarksTip marksTip

setting

boolean setting

cbStyle

javax.swing.JComboBox cbStyle

jLabel1

javax.swing.JLabel jLabel1

cbAction

javax.swing.JComboBox cbAction

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

spDelay

javax.swing.JSpinner spDelay

Class com.steema.teechart.editors.tools.NearestPointEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

nearestPoint

NearestPoint nearestPoint

setting

boolean setting

bFill

javax.swing.JButton bFill

bBorder

ButtonPen bBorder

cbDrawLine

javax.swing.JCheckBox cbDrawLine

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

jLabel2

javax.swing.JLabel jLabel2

spSize

javax.swing.JSpinner spSize

Class com.steema.teechart.editors.tools.PieToolEditor extends BaseToolsEditor implements Serializable

Serialized Fields

pieTool

PieTool pieTool

jLabel1

javax.swing.JLabel jLabel1

cbSeries

javax.swing.JComboBox cbSeries

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

radioButton1

javax.swing.JRadioButton radioButton1

radioButton2

javax.swing.JRadioButton radioButton2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

bBorder

ButtonPen bBorder

border7

javax.swing.border.Border border7

border8

javax.swing.border.Border border8

border9

javax.swing.border.Border border9

border10

javax.swing.border.Border border10

border11

javax.swing.border.Border border11

border12

javax.swing.border.Border border12

border13

javax.swing.border.Border border13

border14

javax.swing.border.Border border14

border15

javax.swing.border.Border border15

border16

javax.swing.border.Border border16

border17

javax.swing.border.Border border17

border18

javax.swing.border.Border border18

Class com.steema.teechart.editors.tools.RotateEditor extends BaseToolsEditor implements Serializable

Serialized Fields

rotate

Rotate rotate

cbInverted

javax.swing.JCheckBox cbInverted

jLabel1

javax.swing.JLabel jLabel1

cbStyle

javax.swing.JComboBox cbStyle

cbMouse

javax.swing.JComboBox cbMouse

jLabel2

javax.swing.JLabel jLabel2

bOutline

ButtonPen bOutline

Class com.steema.teechart.editors.tools.ScrollBarEditor extends BaseToolsEditor implements Serializable

Serialized Fields

bPen

ButtonPen bPen

bBack

javax.swing.JButton bBack

bThumb

javax.swing.JButton bThumb

bArrows

javax.swing.JButton bArrows

bGradient

javax.swing.JButton bGradient

jButton5

javax.swing.JButton jButton5

cbAutoRepeat

javax.swing.JCheckBox cbAutoRepeat

jLabel1

javax.swing.JLabel jLabel1

cbBevel

javax.swing.JComboBox cbBevel

spSize

javax.swing.JSpinner spSize

spDelay

javax.swing.JSpinner spDelay

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

Class com.steema.teechart.editors.tools.SeriesAnimationEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

seriesAnimation

SeriesAnimation seriesAnimation

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

tbStart

javax.swing.JTextField tbStart

bExecute

javax.swing.JButton bExecute

jSpinner1

javax.swing.JSpinner jSpinner1

cbStartMin

javax.swing.JCheckBox cbStartMin

trackBar1

javax.swing.JSlider trackBar1

jLabel4

javax.swing.JLabel jLabel4

Class com.steema.teechart.editors.tools.SeriesBandEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

seriesBand

SeriesBand seriesBand

cbSeries2

javax.swing.JComboBox cbSeries2

drawBehind

boolean drawBehind

bBrush

javax.swing.JButton bBrush

bPen

ButtonPen bPen

cbDrawBehind

javax.swing.JCheckBox cbDrawBehind

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

spTransp

javax.swing.JSpinner spTransp

Class com.steema.teechart.editors.tools.SurfaceNearestToolEditor extends ToolSeriesEditor implements Serializable

Serialized Fields

buttonColor1

ButtonColor buttonColor1

buttonColor2

ButtonColor buttonColor2

buttonColor3

ButtonColor buttonColor3

checkBox1

javax.swing.JCheckBox checkBox1

checkBox2

javax.swing.JCheckBox checkBox2

checkBox3

javax.swing.JCheckBox checkBox3

checkBox4

javax.swing.JCheckBox checkBox4

checkBox5

javax.swing.JCheckBox checkBox5

checkBox6

javax.swing.JCheckBox checkBox6

Class com.steema.teechart.editors.tools.ToolSeriesEditor extends BaseToolsEditor implements Serializable

Serialized Fields

setting

boolean setting

toolSeries

ToolSeries toolSeries

cbSeries

javax.swing.JComboBox cbSeries

jLabel1

javax.swing.JLabel jLabel1

Class com.steema.teechart.editors.tools.ZoomToolEditor extends BaseToolsEditor implements Serializable

Serialized Fields

jLabel1

javax.swing.JLabel jLabel1

buttonColor1

ButtonColor buttonColor1

numUDZIndex

javax.swing.JSpinner numUDZIndex

Package com.steema.teechart.events

Class com.steema.teechart.events.ChartDrawEvent extends ChartEvent implements Serializable

Serialized Fields

drawPart

int drawPart

Class com.steema.teechart.events.ChartEvent extends java.awt.AWTEvent implements Serializable

Class com.steema.teechart.events.ChartMouseEvent extends ChartEvent implements Serializable

Serialized Fields

clickedPart

ClickedParts clickedPart

mouseEvent

java.awt.event.MouseEvent mouseEvent

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.FrameworkMouseEvent extends java.awt.event.MouseEvent implements Serializable

Class com.steema.teechart.events.SeriesMouseEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

series

ISeries series

valueIndex

int valueIndex

mouseEvent

FrameworkMouseEvent mouseEvent

p

java.awt.Point p

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


Package com.steema.teechart.exports

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

Class com.steema.teechart.exports.EPSFonts extends java.util.ArrayList implements Serializable

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

Serialized Fields

image

ImageExport image

template

Exports.TemplateExport template

data

Exports.DataExport data

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

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

Serialized Fields

jpegFormat

JPEGFormat jpegFormat

pngFormat

PNGFormat pngFormat

bmpFormat

BMPFormat bmpFormat

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

Serialized Fields

width

int width

height

int height

fileExtension

java.lang.String fileExtension

format

javax.imageio.ImageWriteParam format

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

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

Class com.steema.teechart.exports.TIFF extends javax.swing.JPanel implements Serializable

Serialized Fields

jPanel1

javax.swing.JPanel jPanel1

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

radioButton1

javax.swing.JRadioButton radioButton1

radioButton2

javax.swing.JRadioButton radioButton2

border3

javax.swing.border.Border border3

border4

javax.swing.border.Border border4

Package com.steema.teechart.exports.editors

Class com.steema.teechart.exports.editors.BMPOptions extends javax.swing.JPanel implements Serializable

Serialized Fields

jLabel1

javax.swing.JLabel jLabel1

cbColors

javax.swing.JComboBox cbColors

Class com.steema.teechart.exports.editors.EmfOptions extends javax.swing.JPanel implements Serializable

Serialized Fields

cbEmfType

javax.swing.JComboBox cbEmfType

Class com.steema.teechart.exports.editors.GIFOptions extends javax.swing.JPanel implements Serializable

Serialized Fields

jLabel1

javax.swing.JLabel jLabel1

cbReduction

javax.swing.JComboBox cbReduction

Class com.steema.teechart.exports.editors.JPEGOptions extends javax.swing.JPanel implements Serializable

Serialized Fields

jLabel1

javax.swing.JLabel jLabel1

spQuality

javax.swing.JSpinner spQuality

Class com.steema.teechart.exports.editors.PNGOptions extends javax.swing.JPanel implements Serializable

Serialized Fields

jLabel1

javax.swing.JLabel jLabel1

cbGrayScale

javax.swing.JCheckBox cbGrayScale

jSpinner1

javax.swing.JSpinner jSpinner1

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

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

frameWidth

int frameWidth

symbol

LegendSymbol symbol

items

LegendItems items

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

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

Class com.steema.teechart.misc.JMultiLineToolTip extends javax.swing.JToolTip implements Serializable

Serialized Fields

tipText

java.lang.String tipText

component

javax.swing.JComponent component

columns

int columns

fixedwidth

int fixedwidth

Package com.steema.teechart.printer

Class com.steema.teechart.printer.PreviewChartPen extends ChartPen implements Serializable

Class com.steema.teechart.printer.PreviewPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

chart

Chart chart

allowResize

boolean allowResize

allowMove

boolean allowMove

asBitmap

boolean asBitmap

panels

java.util.Vector<E> panels

dragImage

boolean dragImage

margins

PreviewChartPen margins

orientation

int orientation

paperColor

Color paperColor

paperShadow

Shadow paperShadow

gradient

Gradient gradient

showImage

boolean showImage

smoothBitmap

boolean smoothBitmap

title

java.lang.String title

dragged

PreviewZone dragged

oldX

int oldX

oldY

int oldY

oldRect

Rectangle oldRect

oldShowImage

boolean oldShowImage

clientWidth

int clientWidth

clientHeight

int clientHeight

prn

Printer prn

imageRect

Rectangle imageRect

paperRect

Rectangle paperRect

gridLayout1

java.awt.GridLayout gridLayout1

preview

PreviewPanel.RenderPanel preview

Class com.steema.teechart.printer.PreviewPanel.RenderPanel extends javax.swing.JPanel implements Serializable

Class com.steema.teechart.printer.PreviewZone extends Enum implements Serializable

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

Serialized Fields

chartWidthHeightRatio

double chartWidthHeightRatio

proportional

boolean proportional

landscape

boolean landscape

grayscale

boolean grayscale

useAntiAlias

boolean useAntiAlias

chartWidth

int chartWidth

chartHeight

int chartHeight

marginUnits

PrintMarginUnit marginUnits

margins

PrintMargins margins

document

java.awt.print.PrinterJob document

printPanelBackground

boolean printPanelBackground

isPartial

boolean isPartial

chartList

java.util.ArrayList<E> chartList

resolution

int resolution

paperRect

Rectangle paperRect

componentToBePrinted

java.awt.Component componentToBePrinted

Default_PrintMargin

int Default_PrintMargin

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

Serialized Fields

left

int left

top

int top

right

int right

bottom

int bottom

Class com.steema.teechart.printer.PrintMarginUnit extends Enum implements Serializable


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

javax.swing.JButton nextMonth

previousMonth

javax.swing.JButton previousMonth

popupMenu

java.awt.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.Circular extends Series implements Serializable

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

java.awt.Point iCenter

iRange

double iRange

iStartAngle

int iStartAngle

iAngleInc

int iAngleInc

iOrigRectangle

Rectangle iOrigRectangle

iNewRectangle

Rectangle iNewRectangle

center

GaugeSeriesPointer center

endPoint

SeriesPointer endPoint

handDistance

int handDistance

labelsInside

boolean labelsInside

totalAngle

double totalAngle

maximum

double maximum

minimum

double minimum

minorTickDistance

int minorTickDistance

faceBrush

ChartBrush faceBrush

hand

GaugeSeriesPointer hand

rotateLabels

boolean rotateLabels

frame

TFrame 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

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

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

java.awt.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

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

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

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

dOrigin

double dOrigin

pPen

ChartPen pPen

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

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

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

java.awt.Point[] iPoints2D

P3D

Point3D[] P3D

yPosition

double yPosition

useY

boolean useY

tmpMin

int tmpMin

tmpMax

int tmpMax

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

java.awt.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.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

java.awt.Cursor cursor

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.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

java.awt.Cursor cursor

callout

AnnotationCallout callout

customSize

boolean customSize

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

java.awt.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

java.awt.Point iPoint

Class com.steema.teechart.tools.CursorTool.CursorEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

p

java.awt.Point p

series

ISeries series

iXValue

double iXValue

iYValue

double iYValue

valueIndex

int valueIndex

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

java.awt.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

java.awt.Point fromPoint

toPoint

java.awt.Point toPoint

iHandle

DrawLineHandle iHandle

button

int button

enableDraw

boolean enableDraw

enableSelect

boolean enableSelect

lines

DrawLines lines

firstMouseDown

boolean firstMouseDown

tmpLine

DrawLineItem tmpLine

drawing

boolean drawing

point

java.awt.Point point

selected

DrawLineItem selected

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

java.awt.Cursor cursorDrag

cursorResize

java.awt.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.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

java.awt.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