Kendo.Mvc.UI.Fluent.CircularGaugeScaleSettingsBuilder
Defines the fluent API for configuring the CircularGaugeScaleSettings settings.
Methods
Labels(System.Action<Kendo.Mvc.UI.Fluent.CircularGaugeScaleLabelsSettingsBuilder>)
Configures the scale labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.CircularGaugeScaleLabelsSettingsBuilder>
The action that configures the labels.
MajorTicks(System.Action<Kendo.Mvc.UI.Fluent.CircularGaugeScaleMajorTicksSettingsBuilder>)
Configures the scale major ticks.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.CircularGaugeScaleMajorTicksSettingsBuilder>
The action that configures the majorticks.
MajorUnit(System.Double)
The interval between major divisions.
Parameters
value System.Double
The value that configures the majorunit.
Max(System.Double)
The maximum value of the scale.
Parameters
value System.Double
The value that configures the max.
Min(System.Double)
The minimum value of the scale.
Parameters
value System.Double
The value that configures the min.
MinorTicks(System.Action<Kendo.Mvc.UI.Fluent.CircularGaugeScaleMinorTicksSettingsBuilder>)
Configures the scale minor ticks.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.CircularGaugeScaleMinorTicksSettingsBuilder>
The action that configures the minorticks.
MinorUnit(System.Double)
The interval between minor divisions.
Parameters
value System.Double
The value that configures the minorunit.
RangePlaceholderColor(System.String)
The default color for the ranges.
Parameters
value System.String
The value that configures the rangeplaceholdercolor.
RangeSize(System.Double)
The width of the range indicators.
Parameters
value System.Double
The value that configures the rangesize.
RangeDistance(System.Double)
The distance from the range indicators to the ticks.
Parameters
value System.Double
The value that configures the rangedistance.
Reverse(System.Boolean)
Reverses the scale direction - values are increase anticlockwise.
Parameters
value System.Boolean
The value that configures the reverse.
StartAngle(System.Double)
The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Parameters
value System.Double
The value that configures the startangle.