Main Page | Packages | Class Tree | Index | Help

xp.charting

class HiLoSeries

Object
  |
  +--xp.charting.BasicSeries
        |
        +--xp.charting.HiLoSeries


class HiLoSeries
extends BasicSeries



Field Summary

public
barWidth: Number


public
close: String


public
fillColor: Number


public
graphType: String


public
hi: String


public
lineColor: Number


public
lo: String


public
open: String


public
showDwellPointMarker: Boolean


public
tickWidth: Number


Fields inherited from class xp.charting.BasicSeries

alternateColor, axis, data, dataLabelPosition, dwellLabelPosition, field, fillAlpha, fillColor, format, graphType, index, isFilledArea, isStacked, label, labelStyle, legend, lineColor, lineWidth, markerType, name, showDwellPointMarker, showMarkers, useGradient

Method Summary

public
drawSeries ( chartDesc )
draw this series

public
setSeries ( seriesName: String, data: Array, field: String, axisDesc: Object, chart: Object ): Void
sets the attributes for this series

Methods inherited from class xp.charting.BasicSeries

drawSeries, markerOnRollOut, markerOnRollOver, setAttributes, setSeries



Field Documentation

barWidth

public var barWidth: Number

close

public var close: String

fillColor

public var fillColor: Number

graphType

public var graphType: String

hi

public var hi: String

lineColor

public var lineColor: Number

lo

public var lo: String

open

public var open: String

showDwellPointMarker

public var showDwellPointMarker: Boolean

tickWidth

public var tickWidth: Number

Method Documentation

drawSeries

public function drawSeries(chartDesc)
draw this series

Overrides:

Parameters:
chartDesc
chrtDesc - a chartDesc

setSeries

public function setSeries(seriesName: String,
 data: Array,
 field: String,
 axisDesc: Object,
 chart: Object): Void
sets the attributes for this series

Overrides:

Parameters:
seriesName
- the name of the series
data
- the array of data for this series
field
- the name of the field in the data provider to be used for this series
axisDesc
chart
- a ref to the chart hosting this series

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc