WPF RadCartesianChart3D don't show data beyond axis limits

1 Answer 57 Views
Chart
Andrew
Top achievements
Rank 2
Andrew asked on 07 Nov 2021, 10:38 AM
How can I prevent the bars below the bottom of the Z Axis from being displayed? In the attached image I don't want the data below 10°c to display. It seems to draw everything from Z=0. I need it to draw from Z>=10 (which is the bottom value of the Z Axis)

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin Ivanov
Telerik team
answered on 10 Nov 2021, 06:30 PM

Hello Andrew,

You are correct, the Z origin value of the BarSeries is 0. To change this, you can set the OriginValue property of the series.

<telerik:BarSeries3D OriginValue="10"> 

I hope that helps.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Chart
Asked by
Andrew
Top achievements
Rank 2
Answers by
Martin Ivanov
Telerik team
Share this question
or