ChartDirector 7.0 (Java Edition)

ThreeDScatterGroup.setSymbolOffset


Usage

public void setSymbolOffset(int xOffset, int yOffset)

Description

Offset the symbols in the x and y directions in pixel unit.

Arguments

ArgumentDefaultDescription
xOffset(Mandatory)The x offset in pixels. A positive value mean shifting to the right.
yOffset(Mandatory)The y offset in pixels. A positive value mean shifting to the bottom.

Return Value

None