wxIshiko / wxCharts

A library to create charts in wxWidgets applications
https://www.wxishiko.com/wxCharts/
MIT License
114 stars 50 forks source link

Add setting font options for axis #174

Open Kvaz1r opened 2 years ago

Kvaz1r commented 2 years ago

It should be possible to do:

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