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
710
Axis Max Range in 3D Chart
posted

I am trying to set the X axis Max range to 5 for example. It does not work when my chart type is HeatMap3DChart. It however works when it is a line chart.

ultraChart1.Axis.X.RangeType = Infragistics.UltraChart.Shared.Styles.

AxisRangeType.Custom;

 

ultraChart1.Axis.X.RangeMin = 0;

ultraChart1.Axis.X.RangeMax = 5;

Is there a limitation why one can't use in 3D Chart. The max range 5 is smaller than my data max so I expect it should work.

  • 28496
    Offline posted

    i logged and fixed the problem.  the bug # is 19533 ... the resolution will be available in a future service release.  feel free to contact Infragistics Developer Support to inquire about the status of this fix.