Hi all,
How can I remove the space (red cross) inside the chart ?
Thank you!
- sahar Les asked 8 years ago
- You must login to post comments
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
- Andrew Burnett-Thompson answered 8 years ago
- You must login to post comments
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
- sahar Les answered 8 years ago
- You must login to post comments
Please login first to submit.