Hi Marco,
Thanks for contacting Syncfusion Support.
Currently, we don’t have support for the z axis. We have already considered this as feature request. Please find the following link.
https://www.syncfusion.com/support/directtrac/features/WPF-15105
We can set the depth for the axis like WPF in the UWP using the Depth property in the SfChart3D. Refer to the following code example
<chart:SfChart3D EnableRotation="True" Depth="500" Margin="10,10,10,10"/>
|
We have prepared the UWP sample for your reference, you can download the sample form here.
Sample: Depth
Regards,
Rachel. A