Hi, I see that there is Box Plot chart on WPF sciChart, but it doesn’t seem to exist for javascript version.
Is there a plan for it anytime soon or is there any way I can create a box plot chart with the current javascript version?
My current idea to create one with what is available is using StackedColumnSeries and box annotations and line annotations. The reason I want to use StackedColumnSeries is for the xAxis. The idea is to create xAxis with, Plot1, Plot2 and Plot3.
See the image below.
- Nung Khual asked 1 month ago
- last active 1 month ago
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 2 years ago
- last active 2 years 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 4 years ago
- last active 3 years ago