The CartesianSeries class creates a chart with horizontal and vertical axes.
_getDefaultColorindex
type
Parses a color based on a series order and type.
_getDefaultStylesGets the default value for the styles attribute. Overrides
base implementation.
_handleVisibleChangee
Shows/hides contents of the series.
e
Object
Event object.
_setCanvasCreates a Graphic instance.
_updateAxisDataChecks to ensure that both xAxis and yAxis data are available. If so, set the xData and yData attributes and return true. Otherwise, return false.
_xAxisChangeHandlere
Event handler for the xAxisChange event.
e
Object
Event object.
_xDataChangeHandlerevent
Event handler for xDataChange event.
event
Object
Event object.
_yAxisChangeHandlere
Event handler the yAxisChange event.
e
Object
Event object.
_yDataChangeHandlerevent
Event handler for yDataChange event.
event
Object
Event object.
addListenersAdds event listeners.
destructorDestructor implementation for the CartesianSeries class. Calls destroy on all Graphic instances.
drawDraws the series.
getTotalValuesReturns the sum of all values for the series.
rendersetAreaDataCalculates the coordinates for the series.
validateDraws the series is the xAxis and yAxis data are both available.
_defaultBorderColorsCollection of default colors used for marker borders in a series when not specified by user.
_defaultFillColorsCollection of default colors used for marker fills in a series when not specified by user.
_defaultLineColorsCollection of default colors used for lines in a series when not specified by user.
_defaultPlaneOffsetDefault value for plane offsets when the parent chart's interactiveType is planar.
_defaultSliceColorsCollection of default colors used for area fills, histogram fills and pie fills in a series when not specified by user.
categoryDisplayNameName used for for displaying category data
categoryDisplayNameChange
Fires when the value for the configuration attribute categoryDisplayName is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
chartReference to the Chart application.
chartChange
Fires when the value for the configuration attribute chart is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
directionDirection of the series
directionChange
Fires when the value for the configuration attribute direction is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
graphReference to the Graph in which the series is drawn into.
graphChange
Fires when the value for the configuration attribute graph is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
graphOrderOrder of the instance
graphOrderChange
Fires when the value for the configuration attribute graphOrder is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
groupMarkersIndicates whether or not markers for a series will be grouped and rendered in a single complex shape instance.
groupMarkersChange
Fires when the value for the configuration attribute groupMarkers is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
heightReturns the height of the parent graph
heightChange
Fires when the value for the configuration attribute height is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
orderOrder of this instance of this type.
orderChange
Fires when the value for the configuration attribute order is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
renderedIndicates whether the Series has been through its initial set up.
renderedChange
Fires when the value for the configuration attribute rendered is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
typeRead-only attribute indicating the type of series.
Default: cartesian
typeChange
Fires when the value for the configuration attribute type is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
valueDisplayNameName used for for displaying value data
valueDisplayNameChange
Fires when the value for the configuration attribute valueDisplayName is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
visibleIndicates whether to show the series
Default: true
visibleChange
Fires when the value for the configuration attribute visible is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
xAxisReference to the Axis instance used for assigning
x-values to the graph.
xAxisChange
Fires when the value for the configuration attribute xAxis is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
xcoordsx coordinates for the series.
xcoordsChange
Fires when the value for the configuration attribute xcoords is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
xDataArray of x values for the series.
xDataChange
Fires when the value for the configuration attribute xData is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
xDisplayNameName used for for displaying data related to the x-coordinate.
xDisplayNameChange
Fires when the value for the configuration attribute xDisplayName is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
xKeyIndicates which array to from the hash of value arrays in
the x-axis Axis instance.
xKeyChange
Fires when the value for the configuration attribute xKey is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
xMarkerPlaneCollection of area maps along the xAxis. Used to determine mouseover for multiple series.
xMarkerPlaneChange
Fires when the value for the configuration attribute xMarkerPlane is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
xMarkerPlaneOffsetDistance from a data coordinate to the left/right for setting a hotspot.
xMarkerPlaneOffsetChange
Fires when the value for the configuration attribute xMarkerPlaneOffset is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
yAxisReference to the Axis instance used for assigning
y-values to the graph.
yAxisChange
Fires when the value for the configuration attribute yAxis is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
ycoordsy coordinates for the series
ycoordsChange
Fires when the value for the configuration attribute ycoords is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
yDataArray of y values for the series.
yDataChange
Fires when the value for the configuration attribute yData is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
yDisplayNameName used for for displaying data related to the y-coordinate.
yDisplayNameChange
Fires when the value for the configuration attribute yDisplayName is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
yKeyIndicates which array to from the hash of value arrays in
the y-axis Axis instance.
yKeyChange
Fires when the value for the configuration attribute yKey is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
yMarkerPlaneCollection of area maps along the yAxis. Used to determine mouseover for multiple series.
yMarkerPlaneChange
Fires when the value for the configuration attribute yMarkerPlane is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
yMarkerPlaneOffsetDistance from a data coordinate to the top/bottom for setting a hotspot.
yMarkerPlaneOffsetChange
Fires when the value for the configuration attribute yMarkerPlaneOffset is
changed. You can listen for the event using the on method if you
wish to be notified before the attribute's value has changed, or
using the after method if you wish to be notified after the
attribute's value has changed.
e
EventFacade