This is a migrated thread and some comments may be shown as answers.

How do I specify the "rangeSize" option using fluent?

2 Answers 40 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
John Thompson
Top achievements
Rank 2
John Thompson asked on 18 Aug 2013, 12:51 PM
I've looked but cannot find how to set the rangeSize option when using Kendo DataViz's fluent syntax.  Is this possible and how do I do it?

2 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 19 Aug 2013, 01:26 PM
Hello,

The rangeSize (and rangeDistance) for that matter are indeed missing in the MVC wrappers.
We've added them and they'll be available in the internal build that will be uploaded later today.

As a token of gratitude for your involvement your Telerik points have been updated.

Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
T. Tsonev
Telerik team
answered on 19 Aug 2013, 02:52 PM
Hi,

Just a quick follow-up.

The rangeSize and rangeDistance settings are options of the scale. They were mistakenly documented as gauge options.

Sample usage:
Html.Kendo().RadialGauge()
    .Name("radialGauge")
    .Scale(scale => scale
        .RangeSize(4)
    )


Apologies for the caused inconvenience.

Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Gauges
Asked by
John Thompson
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
Share this question
or