Completed
Last Updated: 17 Oct 2023 07:21 by ADMIN
Release LIB 2023.3.1023 (23 Oct 2023)
Setting the Visibility of LineSeries3D to Collapsed works initially. However, once the Visibility is set to Visible, changing it to Collapsed doesn't hide the polyline visual.

To work this around, add/remove the series in the chart's Series collection, instead of changing its Visibility.
Completed
Last Updated: 05 Apr 2022 13:56 by ADMIN
Release R2 2022
ADMIN
Created by: Tanya
Comments: 2
Category: ChartView3D
Type: Feature Request
6
Implement a provider allowing the customers to create dynamic number of series.
Completed
Last Updated: 03 Nov 2020 15:02 by ADMIN
Release LIB 2020.3.1109 (11/09/2020)
Created by: Martin Ivanov
Comments: 0
Category: ChartView3D
Type: Feature Request
2
Add a property that allows you to get the actual range of the LinearAxis3D when the Minimum and Maximum properties are not explicitly set. The same feature is introduced in the RadCartesianChart axes (like LinearAxis) via the ActualRange property.
Completed
Last Updated: 07 Nov 2018 07:54 by ADMIN
This issue is related to the SurfaceSeries3D. Originally when you have a data point with its ZValue set to null, the chart will create a gap on the surface. This always happens. However, on some machines the null values are treated a bit differently by the renderer and a triangle is drawn from the points around the null data to the center of the viewport. This leads to an unexpected visual glitch.
Completed
Last Updated: 03 Sep 2018 13:34 by ADMIN
Created by: Marcello
Comments: 6
Category: ChartView3D
Type: Feature Request
5
Add lines series support in the new 3D Charts.
A Line series is pretty similar to PointSeries3D with a Line [a tube] that connects points.