Is there a way in box chart to fix x axis to a particular origin value for example like 0?
Thanks
Hi,
Try setting UltraChart1.Data.ZeroAligned = true;
Let me know if this helps.
Great! This works well for me!