I have a use-case that requires that I know the full displayed range of my y-axis (SfCartesianChart with a NumericAxis). I know that I could manually set the minimum and maximum values, but I would like to avoid doing so because I really appreciate the automation of this charting library.
Is there any way to retrieve these values?
I haven't been able to find anything in the documentation nor from other forum posts, but it seems strange that I would be the first person to need this