ChartDirector 7.1 (C++ Edition)

DataSet.setUseYAxis


Usage

void setUseYAxis(const Axis* a);

Description

Determine the y-axis to use when drawing the data set.

To set the y-axis to use for all data sets within a layer, use Layer.setUseYAxis.

Arguments

ArgumentDefaultDescription
a(Mandatory)The y-axis to use when drawing the data set.

Return Value

None