Hi Aldair,
Greetings from Syncfusion. We have analyzed your query and your requirement to display the specific range of data can be achieved by using the visibleMinimum and visibleMaximum properties in the axis.
Code Snippet:
|
SfCartesianChart(
primaryXAxis: DateTimeAxis(
visibleMInimum: dateMinimum,
visibleMaximum: dateMaximum
),
)
|
We have attached a sample below for your reference and more information about the axis customization, find the help documentation link below.
In the above sample, using the date picker, we have changed the visible ranges and you can change this based on your scenario.
Regards,
Dharani.