• 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

ChartPaneProps

Represents the props of the KendoReact ChartPane component (see example).

NameTypeDefaultDescription

background?

string

The background color of the pane. Accepts a valid CSS color string, including hex and rgb.

border?

Border

The border of the pane.

clip?

boolean

Specifies whether the Charts in the pane have to be clipped. By default, all Charts except the Radar and Polar Charts are clipped.

height?

number

The height of the pane in pixels.

margin?

number | Margin

The margin of the pane. A numeric value sets all margins.

name?

string

The unique name of the pane.

padding?

number | Padding

The padding of the pane. A numeric value sets all paddings.

title?

string | PanesTitle

The title configuration of the pane. To display the title, set the panes.title.text option.