Appendix E
JClass Chart HTML Property Listing

Data HTML Properties · Header and Footer HTML Properties

Legend HTML Properties · ChartArea HTML Properties

Xaxis and Yaxis HTML Properties · Data.seriesX HTML Properties


It is possible to use set JClass Chart properties within an HTML file that accesses a Java applet containing JClass Chart elements.

For example, to set the POINT_LABELS value of the AnnotationMethod property an HTML file, you would use the following line of HTML code:

     <PARAM NAME="xaxis.annotationMethod" VALUE="POINT_LABELS">
The following is a list of Java property names and their equivalent HTML NAME properties.


Data HTML Properties

Java Property Name Type HTML Equivalent
dataFile String No HTML property equivalent
rotateTrigger (enum) No HTML property equivalent
zoomTrigger (enum) No HTML property equivalent
translateTrigger (enum) No HTML property equivalent
isInverted boolean ChartDataView.IsInverted
chartType (enum) ChartDataView.ChartType
isShowingInLegend boolean ChartDataView.IsShowingInLegend
pointLabels String[] ChartDataView.PointLabels


Header and Footer HTML Properties

Java Property Name Type HTML Equivalent
text JCString JCTitle.Text
font Font JCTitle.Font
background Color JCTitle.Background
foreground Color JCTitle.Foreground
isShowing boolean JCTitle.IsShowing
borderType (enum) JCTitle.BorderType
borderWidth int JCTitle.BorderWidth
top int JCTitle.Top
left int JCTitle.Left
width int JCTitle.Width
height int JCTitle.Height


Legend HTML Properties

Java Property Name Type HTML Equivalent
font Font JCLegend.Font
background Color JCLegend.Background
foreground Color JCLegend.Foreground
anchor (enum) JCLegend.Anchor
orientation (enum) JCLegend.Orientation
isShowing boolean JCLegend.IsShowing
borderType (enum) JCLegend.BorderType
borderWidth int JCLegend.BorderWidth
top int JCLegend.Top
left int JCLegend.Left
width int JCLegend.Width
height int JCLegend.Height


ChartArea HTML Properties

Java Property Name Type HTML Equivalent
font Font ChartArea.Font
background Color ChartArea.Background
foreground Color ChartArea.Foreground
isShowing boolean ChartArea.IsShowing
borderType (enum) ChartArea.BorderType
borderWidth int ChartArea.BorderWidth
axisBoundingBox boolean ChartArea.AxisBoundingBox
depth int ChartArea.Depth
elevation int ChartArea.Elevation
rotation int ChartArea.Rotation
angleUnit int ChartArea.AngleUnit
fastAction boolean ChartArea.FastAction
top int ChartArea.Top
left int ChartArea.Left
width int ChartArea.Width
height int ChartArea.Height
plotArea.foreground Color ChartArea.plotArea.foreground
plotArea.background Color ChartArea.plotArea.background
plotArea.left int ChartArea.plotArea.left
plotArea.right int ChartArea.plotArea.right
plotArea.top int ChartArea.plotArea.top
plotArea.bottom int ChartArea.plotArea.bottom


Xaxis and Yaxis HTML Properties

Java Property Name Type HTML Equivalent
isShowing boolean JCAxis.IsShowing
isLogarithmic boolean JCAxis.IsLogarithmic
isEditable boolean JCAxis.IsEditable
min double JCAxis.Min
max double JCAxis.Max
origin double JCAxis.Origin
originPlacement (enum) JCAxis.OriginPlacement
placement (enum) JCAxis.Placement
placementLocation double JCAxis.PlacementLocation
title.text JCString JCAxis.Title.Text
title.placement (enum) JCAxis.Title.Placement
title.adjust (enum) JCAxis.Title.Adjust
title.rotation (enum) JCAxis.Title.Rotation
gridIsShowing boolean JCAxis.GridIsShowing
gridSpacing double JCAxis.GridSpacing
gridColor Color JCAxis.GridColor
annotationMethod (enum) JCAxis.AnnotationMethod
annotationRotation (enum) JCAxis.AnnotationRotation
precision int JCAxis.Precision
numSpacing double JCAxis.NumSpacing
tickSpacing double JCAxis.TickSpacing
timeBase Date JCAxis.TimeBase
timeUnit (enum) JCAxis.TimeUnit
timeFormat String JCAxis.TimeFormat
valueLabels String[] JCAxis.ValueLabels


JClass Data.seriesX HTML Properties

Java Property Name Type HTML Equivalent
fill.color Color ChartDataViewSeries.ChartStyle.FillStyle.Color
fill.image Image ChartDataViewSeries.ChartStyle.FillStyle.Image
label String ChartDataViewSeries.Label
line.color Color ChartDataViewSeries.ChartStyle.LineStyle.Color
line.width Width ChartDataViewSeries.ChartStyle.LineStyle.Width
symbol.color Color ChartDataViewSeries.ChartStyle.SymbolStyle.Width
symbol.shape (enum) ChartDataViewSeries.ChartStyle.SymbolStyle.Shape
symbol.size int ChartDataViewSeries.ChartStyle.SymbolStyle.Size
firstPoint int ChartDataViewSeries.FirstPoint
lastPoint int ChartDataViewSeries.LastPoint
isShowing boolean ChartDataViewSeries.IsShowing
isShowingInLegend boolean ChartDataViewSeries.IsShowingInLegend
isIncluded boolean ChartDataViewSeries.IsIncluded