ChartDirector 7.1 (.NET Edition)

Layer.setUseYAxis


Usage

[C#]public void setUseYAxis(Axis a);
[VB]Public Sub setUseYAxis(a As Axis)

Description

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

This method affects all data sets in the layer. To set the y-axis to use for a particular data set, use DataSet.setUseYAxis.

Arguments

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

Return Value

None