ChartDirector 7.0 (Java Edition)

XYChart.addAreaLayer


Usage

public AreaLayer addAreaLayer(double[] data [, int color [, String name [, int depth ]]])

Description

Adds an area chart layer to the XYChart, and specify the data set to use for drawing the area.

Arguments

ArgumentDefaultDescription
data(Mandatory)An array of numbers representing the data set.
color-1The color to draw the area. -1 means that the color is automatically selected from the color palette.
name""The name of the data set. The name will be used in the legend box, if one is available. An empty string means the data set has no name.
depth0The 3D depth of the area layer.

Return Value

An AreaLayer object representing the area layer created.