Hello @Bijay Subedi ,
welcome to this moderated Azure community forum.
You want to show the data in the exact order as generated by the sensor.
You are able to store historical data with the correct timestamp and send it with that timestamp.
You use the EventData application (aka user) properties for this which is a fair way to add context to the message.
You can run into a challenge to read that timestamp property back when the message arrives there where your graph is generated.
I could not find documentation saying IoT Central is capable to map that application (aka user) properties to the model so I expect it is not mapped thus ignored.
The IoT Central device model is great for Azure IoT Device registration device twin and message body support.
Can you make the timestamp part of the actual body?
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.