ChartDirector 7.0 (Java Edition)

DataSet.setDataSymbol3


Usage

public void setDataSymbol3(DrawArea obj)

Description

Uses a DrawArea object as the graphics symbol to plot the data points.

In the current version of ChartDirector, data symbols are supported only in LineLayer, SplineLayer, StepLineLayer and ScatterLayer. To use data symbols in other layer types, add a ScatterLayer on top of that layer.

Arguments

ArgumentDefaultDescription
obj(Mandatory)A DrawArea object to be used as the symbol.

Return Value

None