How to customize the Interval between scale labels in the .NET MAUI Linear Gauge (SfLinearGauge)?
The Syncfusion® .NET MAUI Linear Gauge (SfLinearGauge) allows you to customize the interval between the scale labels, providing flexibility in how your data is presented. This guide demonstrates how to customize the interval between scale labels.
XAML:
The Interval property of the SfLinearGauge is used to customize the interval between labels. The major ticks are created depending on the Interval property.
<gauge:SfLinearGauge VerticalOptions="Center" Interval="25" WidthRequest="500">
</gauge:SfLinearGauge>
Output:
Conclusion
I hope you enjoyed learning how to customize the interval between the scale labels in the .NET MAUI Linear Gauge (SfLinearGauge).
Refer to our .NET MAUI Linear Gauge feature tour page for other groundbreaking feature representations. You can also explore our .NET MAUI Linear Gauge documentation to understand how to present and manipulate data.
For current customers, check out our .NET MAUI components from the License and Downloads page. If you are new to Syncfusion®, try our 30-day free trial to check out our .NET MAUI Linear Gauge and other .NET MAUI components.
Please let us know in the following comment section if you have any queries or require clarification. Contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!