Platforms to show: All Mac Windows Linux Cross-Platform

Back to CDXYChartMBS class.

CDXYChartMBS.xAxis as CDAxisMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Retrieves the Axis object representing primary x-axis of the XYChart.

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

Return Value
The Axis object representing the primary x-axis of the XYChart.
(Read only property)

CDXYChartMBS.xAxis2 as CDAxisMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Retrieves the Axis object representing secondary x-axis of the XYChart.

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

Return Value
The Axis object representing the secondary x-axis of the XYChart.
(Read only property)

Some examples using this property:

CDXYChartMBS.yAxis as CDAxisMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Retrieves the Axis object representing primary y-axis of the XYChart.

Return Value
The Axis object representing the primary y-axis of the XYChart.
(Read only property)

CDXYChartMBS.yAxis2 as CDAxisMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Retrieves the Axis object representing secondary 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.

Return Value
The Axis object representing the secondary y-axis of the XYChart.
(Read only property)

Some examples using this property:

The items on this page are in the following plugins: MBS ChartDirector Plugin.


The biggest plugin in space...