• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

RadialLabels

The configuration of the scale labels.

NameTypeDefaultDescription

background?

string

The background of the labels. Accepts valid CSS color strings, including hex and rgb.

border?

Border

The border of the labels.

color?

string

The color of the labels. Accepts valid CSS color strings, including hex and rgb.

content?

(e: any) => string

The function which returns the label content.

The available fields in the function argument are:

  • value—The value of the label.

font?

string

The font of the labels.

format?

string

The format that is used to display the labels. Uses the IntlService format method.

margin?

number | Margin

The margin of the labels.

padding?

number | Padding

The padding of the labels.

position?

RadialLabelPosition

The position of the labels.

visible?

boolean

The visibility of the labels.