• 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

SeriesLine

The appearance settings for the line of the Area, Candlestick, OHLC, and Waterfall series.

NameTypeDefaultDescription

color?

string

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

opacity?

number

The line opacity. By default, the line is opaque (opacity = 1).

style?

LineStyle

The drawing style of the line. Applicable for the Area, Range Area, Polar Area, and Radar Area series.

The supported values are:

  • "normal" (default)—The values are connected with a straight line.
  • "step"—The values are connected with a right-angled line. Supported only for the Area and Range Area series.
  • "smooth"—The values are connected with a smooth line.

width?

number

The line width in pixels. By default, the width is set to 0 and the line is not visible.

In this article

Not finding the help you need?