• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

ArcScale

The scale options of the Gauge.

NameTypeDefaultDescription

endAngle?

number

The ending angle of the Gauge. The Gauge is rendered clockwise (0 degrees equals 180 degrees in the polar coordinate system).

labels?

RadialLabels

Configures the scale labels.

majorTicks?

Ticks

Configures the major scale ticks.

majorUnit?

number

The interval between major divisions.

max?

number

The maximum value of the scale.

min?

number

The minimum value of the scale.

minorTicks?

Ticks

Configures the minor scale ticks.

minorUnit?

number

The interval between minor divisions.

rangeDistance?

number

The distance between the range indicators and the ticks.

rangeLineCap?

LineCap

The lineCap style of the ranges.

rangePlaceholderColor?

string

The default color of the ranges.

rangeSize?

number

The width of the range indicators.

reverse?

boolean

Reverses the scale direction.

startAngle?

number

The starting angle of the Gauge. The Gauge is rendered clockwise (0 degrees equal 180 degrees in the polar coordinate system).