helha54

Results 8 comments of helha54

I used Code:Blocks with MinGW (the 64 Bit version) and could build a release- and a debug-version of the library.

I tried to modifie the default theme but that did not work. I have the same issues with the wxLinechart wher i need 10 datasets insteed of the three. Can...

Thank You for the help. I can see all 10 datasets. Now I have only to make the fill for the fist two lines disappear.

I have one more question where can I find documentation about ChartsDefaultTheme

I tried the code-changes (from thefile-changes) but it failed with shredptr.h(85): assert "m_ref!=_null" failed in operator ->0 I try to minimize the xy-dots to smaller points from the size like...

I found the reason. There are two lines missing in, when re-insert them everything is ok. That is one include-line #include "wxchartstheme.h" wxScatterPlot::wxScatterPlot(const wxScatterPlotData &data, const wxSize &size) :m_options(wxChartsDefaultTheme->GetScatterPlotOptions()), where...

I reduced the point-size to 1 and that is what i needed. I run scatterplot with 5 datasets, so it seems to work with 5 datasets least. ( just as...