Main Page | Packages | Class Tree | Index | Help

xp.charting.descriptors

class XSeriesDesc

Object
  |
  +--xp.charting.descriptors.XSeriesDesc


class XSeriesDesc
extends Object

XSeries Descriptr


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
data: Object
the x axis value array

public
field: String
the name of the field in data to use for the labels

public
format: String
format string for point labels

public
type: String
type of data stored in the array

Constructor

public
XSeriesDesc ( data: Object, field: String, type: String)
Create a new instance of the x series descriptor *

Method Summary

public
getDataPointLabel ( index: Number ): String




Field Documentation

data

public var data: Object
the x axis value array

field

public var field: String
the name of the field in data to use for the labels

format

public var format: String
format string for point labels

type

public var type: String
type of data stored in the array


Constructor Documentation

XSeriesDesc

public function XSeriesDesc(data: Object,
 field: String,
 type: String)
Create a new instance of the x series descriptor *


Method Documentation

getDataPointLabel

public function getDataPointLabel(index: Number): String

The documentation was generated from the following file:


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