ChartDirector 7.0 (ASP/COM/VB Edition)

XYChart.yAxis


Usage

yAxis()

Description

Retrieves the Axis object representing the primary y-axis of the XYChart.

By default, the primary y-axis is the y-axis on the left side of the plot area (bottom side if XYChart.swapXY is in effect), and the secondary y-axis is on the right side of the plot area (top side if XYChart.swapXY is in effect). You may interchange their positions using XYChart.setYAxisOnRight.

Arguments

None

Return Value

The Axis object representing the primary y-axis of the XYChart.