SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi all,
How can I remove the space (red cross) inside the chart ?
Thank you!
Hi Andrew,
Yeah it’s ok now i make this :
<SciChart:DateTimeAxis.GrowBy>
</SciChart:DateTimeAxis.GrowBy>
And that’s run good (like the new graph)
Thank you very much for your support 🙂
Best Regards,
Sahar
Hi Sahar,
Thank you for your question! This space is caused by AxisBase.GrowBy. From the API documentation:
Gets or sets the GrowBy Factor. e.g. GrowBy(0.1, 0.2) will increase
the axis extents by 10% (min) and 20% (max) outside of the data range
Please check the XAxis.Growby property
Thanks and regards,
Andrew
Please login first to submit.