Hello, I have the Boxplot working (in WPF) using Dates as X-Axis.
But if I try to use String values, I get the following exception:
‘La invocación del constructor del tipo ‘ReservoirAnalytics.Windows.Boxplots’ que coincide con las restricciones de enlace especificadas produjo una excepción.’ (número de línea: ’16’; posición de línea: ’10’).
Cannot create a DataDistributionCalculator for the type TX=System.String
Esta es la línea:
var boxDataSeries = new BoxPlotDataSeries<string, double>();
- Sebastian Vallarino asked 8 months ago
- last active 8 months ago
I’m plotting data using BoxPlot, each plot is a separate BoxPlotRenderableSeriesViewModel object, this way I can specify the color for each. However, I can’t seem to find a way on how to make their widths uniform.
I tried the DataPointWidth property it it doesn’t seem to have any effect. Is there a way to achieve this?
I have attached a snapshot of the sample plot.
- Jacky Saupan asked 2 years ago
- last active 2 years ago