Regards,
Fred
6 Answers, 1 is accepted
While the two kinds of gauges are documented separately and presented as separate controls, it is clear that many of the settings described only for one kind also work for the other. The KendoUI documentation should be changed to reflect this.
Fred
Thank you for the reporting this issue. I will update the documentation.
I have updated your telerik points.
Regards,
Hristo Germanov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Hello Jeff Benson,
The scale.rangeSize option is still available in the widget. Here is a small example of it in action.
Regards,Dimiter Madjarov
Telerik
Thanks Dimiter. I was able to run the example code in my project. I would like to point out that, unlike the Radial Gauge, there are no MVC LinearGaugeBuilder functions for setting RangeSize or RangeDistance. This is regrettable but not an insurmountable issue.
However, I also found that the scale.rangeSize option is ignored when it is set to a value of zero (both the linear and radial gauges). For my customized linear gauge I was hoping to set a series of range values but hide the range bands from being displayed. The idea is to change the color of the value bar to match the range color when the value falls within a particular range. All the other linear gauge UI elements - line, ticks, labels, etc. can be easily hidden but the range band is always visible when one or more ranges are defined. Is there a style element one can set to hide the range band UI even when ranges are defined?
Jeff
Hello Jeff Benson,
This behavior could be configured by applying an opacity property to the ranges. Setting it to zero will hide them. Here is the updated example.
Regards,Dimiter Madjarov
Telerik