ChartDirector 7.0 (Java Edition)

ThreeDScatterGroup.setDropLine


Usage

public void setDropLine(int dropLineColor [, int dropLineWidth ])

Description

Sets the drop line color and width.

Drop lines are vertical lines that join the data points to the bottom of the plot region. It helps in visualizing the height of the data points.

Arguments

ArgumentDefaultDescription
dropLineColor(Mandatory)The color of the drop line.
dropLineWidth1The width of the drop line.

Return Value

None