Main Page | Packages | Class Tree | Index | Help

xp.charting

class BubbleSeries

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


class BubbleSeries
extends BasicSeries



Field Summary

public
forceZeroBubble: Boolean
should the min value be 0 for bubble scale

public
graphType: String
the type for this series

public
maxBubbleValue: Number
the max value for scaling bubbles

public
minBubbleValue: Number
the min value for scaling bubbles

public
useMultipleColors: Boolean
does each bubble appear in a different color

public
useXYPlot: Boolean
Controls whether the xaxis is a value or category

public
vdata: Object
the array of data that controls the bubble size

public
vfield: String


public
volume: Number
Controls the percentage of avail width bubble will use

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

forceZeroBubble

public var forceZeroBubble: Boolean
should the min value be 0 for bubble scale

graphType

public var graphType: String
the type for this series

maxBubbleValue

public var maxBubbleValue: Number
the max value for scaling bubbles

minBubbleValue

public var minBubbleValue: Number
the min value for scaling bubbles

useMultipleColors

public var useMultipleColors: Boolean
does each bubble appear in a different color

useXYPlot

public var useXYPlot: Boolean
Controls whether the xaxis is a value or category

vdata

public var vdata: Object
the array of data that controls the bubble size

vfield

public var vfield: String

volume

public var volume: Number
Controls the percentage of avail width bubble will use


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