ChartDirector 7.0 (Java Edition)

SurfaceChart.setSurfaceDataGrid


Usage

public void setSurfaceDataGrid(int xGridColor [, int yGridColor ])

Description

Sets the colors of the data grid lines on the surface.

Data grid lines are grid lines that define the positions of the data points. They can be drawn on the surface of the surface chart.

Arguments

ArgumentDefaultDescription
xGridColor(Mandatory)The color of the x data grid lines.
yGridColor-1The color of the y data grid lines. -1 means it is the same as the yGridColor.

Return Value

None