You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently migrating a project which used LiveCharts to LiveCharts2 using WPF. When recreating a chart from LiveCharts in LiveCharts2 I cannot set the width and selectability of the values as could be previously done.
In the previous version I had a chart containing multiple series with each series Values = new ChartValues<ObservableValue> { new ObservableValue(barValue) }. This filled the chart with the series and allowed each series to be selected individually. As shown
Having attempted to replicate the code in LiveCharts2 I get a chart where the bars do not fill the chart and when hovered over or selected all series are selected.
I have attempted to make the ChartValues ObservablePoints instead of ObservableValues and this fixes the issue of selection but I can still not find a way to adjust the width of the bars to fill the chart.
I was happy with the behaviour of the previous LiveCharts and I am just looking to recreate this in the new release. Is there some recommendations that you could provide to allow me to achieve the same appearance and function.
Thanks.
The text was updated successfully, but these errors were encountered:
I am currently migrating a project which used LiveCharts to LiveCharts2 using WPF. When recreating a chart from LiveCharts in LiveCharts2 I cannot set the width and selectability of the values as could be previously done.
In the previous version I had a chart containing multiple series with each series
Values = new ChartValues<ObservableValue> { new ObservableValue(barValue) }
. This filled the chart with the series and allowed each series to be selected individually. As shownHaving attempted to replicate the code in LiveCharts2 I get a chart where the bars do not fill the chart and when hovered over or selected all series are selected.
I have attempted to make the ChartValues ObservablePoints instead of ObservableValues and this fixes the issue of selection but I can still not find a way to adjust the width of the bars to fill the chart.
I was happy with the behaviour of the previous LiveCharts and I am just looking to recreate this in the new release. Is there some recommendations that you could provide to allow me to achieve the same appearance and function.
Thanks.
The text was updated successfully, but these errors were encountered: