`vtkCubeAxesActor2D` show Y and X axes at both sides

Hi,

I can’t find a way to display X-axis at both sides: bottom and top. The same I need to do with Y-axis.

  // Cube axes
  vtkNew<vtkCubeAxesActor2D> cubeAxesActor;
  cubeAxesActor->SetCamera(renderer->GetActiveCamera());
  cubeAxesActor->SetZAxisVisibility(0);
  cubeAxesActor->SetInputConnection(glyph2D->GetOutputPort());

For now I can only see one axis of each type: