Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
How to differentiate between zero and null value in 3D chart?
posted

So far the documentation I’ve read states the following: 

3D charts have limited null handling, with no interpolation feature or empty style.

During the ChartDrawItem event I’m trying to find a way to hide flat columns that are null and change the color for flat columns that have a value of zero.  Currently I haven’t been able to figure out how to differentiate between data columns that are null vs those that are zero.  Any ideas?