This sample is to display the Y-axis at the right side of the chart.
placement
This property determines the location of the Y-axis.
The valid values are "left" and "right" for the vertical axis and "top" and
"bottom" for the horizontal axis.
The default location is "left" (vertical axis) and "bottom" (horizontal axis) for the first axis
and "right" and "top" for the second axis.
In CartesianCharts, the second axis will be located at the opposite side of the first axis.
e.g. If the first axis is placed at the right side of the chart,
the second axis will be located at the left side of the chart.
ā—¸Layout
<Axis2DRenderer axis="{vAxis}" placement="right">