Main Page | Packages | Class Tree | Index | Help

xp.charting

class StackedAreaSeries

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


class StackedAreaSeries
extends BasicSeries

import xp.system.ClassLoader; import xp.controls.Label; import xp.system.UIGraphics;



Field Summary

public
graphType: String


public
isFilledArea: Boolean


public
isStacked: Boolean


public
showDropLines: Boolean


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

Methods inherited from class xp.charting.BasicSeries

drawSeries, markerOnRollOut, markerOnRollOver, setAttributes, setSeries



Field Documentation

graphType

public var graphType: String

isFilledArea

public var isFilledArea: Boolean

isStacked

public var isStacked: Boolean

showDropLines

public var showDropLines: Boolean

Method Documentation

drawSeries

public function drawSeries(chartDesc)
draw this series

Overrides:

Parameters:
chartDesc
chrtDesc - a chartDesc

The documentation was generated from the following file:


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