ChartDirector 7.1 (.NET Edition)

DataSet.setDataSymbol3


Usage

[C#]public void setDataSymbol3(DrawArea obj);
[VB]Public Sub setDataSymbol3(obj As DrawArea)

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