Teechart with StatsMaster (DewResearch component)
Posted: Sun Feb 05, 2012 12:38 am
Hi Sandra,
I am using latest Teechart Net version with the latest version of StatsMaster from DewResearch. StatsMaster includes several custom charting styles, which can be used with TeeChart .NET version. I am using the following "Dew charts":
"Dot" plot (Dew.Stats.Tee.DotPlot)
Biplot (Dew.Stats.Tee.BiPlot)
Box Plot (Dew.Stats.Tee.BoxPlot and Dew.Stats.Tee.HorizBoxPlot)
However, I discovered several problems now using the Dew charts:
1) Teechart export the Dew charts with a black background. I have posted this problem earlier without knowing it occur exporting Dew charts. See my earlier post:
http://www.teechart.net/support/viewtop ... ack#p56273
2) Some properties of Dew charts get lost after saving in the Techart native binary format. For example, if I save a boxplot with a solid mean line (boxplot.MeanPen.Style = Drawing2D.DashStyle.Solid) in the binary format, and load it again, the boxplot has dashed lines for the mean. Same problem exist with the median line, and possibly with other properties. Whisker line and colors seems to work fine though. But the bounding box of dotplots are also changed after loading from the binary format.
3) Another problem I found is that the font size of the bottom axis of boxplots is not set correctly. I set a font size of 11 for both the left and bottom axis, but the font of bottom axis is always smaller in the boxplot. However the font size is correct after saving and loading the plot from the binary fomat.
I contacted support of DewResearch regarding the problems, and I have received the following reply:
"As as soon as you use TeeChart format, this wont work with the new version, or there is a high chance that the data wont be compatible. For any errors with what is stored or not, you need to contact Steema. In Delphi there is a an alternative function to save TeeChart state. I thought this was made available for C# also, but it turned out only for TMtxComponent and derived classes. There you can always call: SaveToStream, LoadFromStream or File."
It is very important for me to solve those issues. I purchased DewResearch component in a bundle with Teechart assuming it is fully compatible. I very much hope you can help me.
Regards
Oliver
I am using latest Teechart Net version with the latest version of StatsMaster from DewResearch. StatsMaster includes several custom charting styles, which can be used with TeeChart .NET version. I am using the following "Dew charts":
"Dot" plot (Dew.Stats.Tee.DotPlot)
Biplot (Dew.Stats.Tee.BiPlot)
Box Plot (Dew.Stats.Tee.BoxPlot and Dew.Stats.Tee.HorizBoxPlot)
However, I discovered several problems now using the Dew charts:
1) Teechart export the Dew charts with a black background. I have posted this problem earlier without knowing it occur exporting Dew charts. See my earlier post:
http://www.teechart.net/support/viewtop ... ack#p56273
2) Some properties of Dew charts get lost after saving in the Techart native binary format. For example, if I save a boxplot with a solid mean line (boxplot.MeanPen.Style = Drawing2D.DashStyle.Solid) in the binary format, and load it again, the boxplot has dashed lines for the mean. Same problem exist with the median line, and possibly with other properties. Whisker line and colors seems to work fine though. But the bounding box of dotplots are also changed after loading from the binary format.
3) Another problem I found is that the font size of the bottom axis of boxplots is not set correctly. I set a font size of 11 for both the left and bottom axis, but the font of bottom axis is always smaller in the boxplot. However the font size is correct after saving and loading the plot from the binary fomat.
I contacted support of DewResearch regarding the problems, and I have received the following reply:
"As as soon as you use TeeChart format, this wont work with the new version, or there is a high chance that the data wont be compatible. For any errors with what is stored or not, you need to contact Steema. In Delphi there is a an alternative function to save TeeChart state. I thought this was made available for C# also, but it turned out only for TMtxComponent and derived classes. There you can always call: SaveToStream, LoadFromStream or File."
It is very important for me to solve those issues. I purchased DewResearch component in a bundle with Teechart assuming it is fully compatible. I very much hope you can help me.
Regards
Oliver