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.
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.