Declined
Last Updated: 06 Dec 2017 01:35 by wu
wu
Created on: 26 Nov 2017 11:32
Category: UI for WPF
Type: Bug Report
0
the chart3D bar drawing exceed the floor with one data
when only one data ,the Chart3D Bar drawing will exceed the floor,looking the attachments pls.
Attached Files:
2 comments
wu
Posted on: 06 Dec 2017 01:35
Thank you for your reply!
it is good to Set the Minimum property of the axis to 0!
ADMIN
Martin
Posted on: 04 Dec 2017 15:13
Hello Wu,

Thank you for the provided information. 

The reported behavior is expected in a scenario with a single data point. This happens because by default the chart calculates the range of its axes automatically based on the plotted values. When you have one bar or bars with close values, the chart will calculate such range that the difference between them is visible. However, because the default origin value of the bar series 0 the bar could go out of the viewport. So, for example, the range could be calculated between 5 and 10, but the origin is still 0.

To resolve this you can use two approaches.
- Set the Minimum property of the axis to 0. 
- Or set the OriginValue property of the BarSeries3D to a value different than 0. You can get it based on the axis' range.

I hope this helps.

Regards,
Martin Ivanov
Technical Support Engineer