tech-radar icon indicating copy to clipboard operation
tech-radar copied to clipboard

Add setting font options for axis

Open Kvaz1r opened this issue 4 years ago • 0 comments

It should be possible to do:

        wxChartFontOptions fontOptions(wxFONTFAMILY_SWISS, 20, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, 0x666666);
        options->GetGridOptions().GetXAxisOptions().SetFontOptions(fontOptions);

Kvaz1r avatar Jul 18 '21 11:07 Kvaz1r