Hi Ben.
I tried to test with the code as below:
#include <vtkAutoInit.h>
#define vtkRenderingCore_AUTOINIT 2(vtkRenderingOpenGL2,vtkInteractionStyle)
#define vtkRenderingContext2D_AUTOINIT 1(vtkRenderingContextOpenGL2)
#include <vtkContextView.h>
#include <vtkChartXY.h>
#include <vtkContextScene.h>
#include <vtkAxis.h>
#include <vtkTextProperty.h>
#include <vtkPen.h>
#include <vtkPlot.h>
But the symptom is the same.
Is there another way to solve this issue?
Thank you