Is there some way to align the ticks in the SfLinearGauge to some meaningful values?
For example, if my LinearScale has a MinimumValue of 22.5, a MaximumValue of 72.5, an Interval of 10 and MinorTicksPerInterval of 5, it appears the ticks are always based off that MinimumValue, so the first tick will appear at 22.5, the second tick (a minor one) at 24.5, and the next major tick will appear at 32.5, and their labels will reflect these somewhat silly values. It would be more legible for users if it were possible to start the ticks at, say, 30 in this example.