Kvaz1r

Results 29 issues of Kvaz1r

As can I see, nytl include heterogeneous components. So on which stage now each of them and are there any roadmap for future development?

wxFB version: build from source current master OS: Win10 Picture: ![wxFB_1](https://user-images.githubusercontent.com/17313967/69947364-2c8a6880-14f6-11ea-97ec-a6e96b820dd5.jpg)

wxStaticBoxSizer doesn't displaying from child wxGridSizer Picture: ![wxfbi3](https://user-images.githubusercontent.com/17313967/57027963-76505f00-6c46-11e9-810a-3ac67d1fea03.png)

For now this setting is [always constant](https://github.com/wxIshiko/wxCharts/blob/main/src/wxmath2dplotoptions.cpp#L27).

It should be possible to do: ``` wxChartFontOptions fontOptions(wxFONTFAMILY_SWISS, 20, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, 0x666666); options->GetGridOptions().GetXAxisOptions().SetFontOptions(fontOptions); ```

For #84 . There isn't anything really new - all changes just copy-pasted code from wxmath2dplot.

Current value is always [set to 5](https://github.com/wxIshiko/wxCharts/blob/master/src/wxscatterplot.cpp#L70) and there isn't option for user to change it.

As for now [m_showDots is always true](https://github.com/wxIshiko/wxCharts/blob/master/src/wxlinechartdatasetoptions.cpp#L30).

Fix for #104 . I also going to update bakefile, fix small code style issues and add sample.

If this changes is ok I will add fix for samples for doughnut and pie charts.