tech-radar
tech-radar copied to clipboard
Add setting font options for axis
It should be possible to do:
wxChartFontOptions fontOptions(wxFONTFAMILY_SWISS, 20, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, 0x666666);
options->GetGridOptions().GetXAxisOptions().SetFontOptions(fontOptions);