Ticket ID 1418725
Currently it is not possible to pass HtmlAttributes() to the ArcGauge wrapper. The other gauges have this method, the ArcGauge should be no different.
The HtmlAttributes() should be set to the widget's element.
The configuration for scale.rangeSize is not available for UI for ASP.NET MVC Wrappers (works with .NET Core)
When attempting to set the scale.rangeSize, the following error appears:
Error CS1061 'GaugeLinearScaleBuilder' does not contain a definition for 'RangeSize' and no accessible extension method 'RangeSize' accepting a first argument of type 'GaugeLinearScaleBuilder' could be found (are you missing a using directive or an assembly reference?)
This configuration should be included in future releases.