Hi
I am finally converting some RadChart controls to the newer RadChartView.
One of the chart I have to reproduce is a 3D barchart.
In the former control, I was able to add properties like this:
With MyChart.ChartArea
With .PlotArea.View3D
.Depth = 5
.Elevation = 10
.Rotation = 30
End With
End With
How can I get 3D bar chart with the newer control?