Skip to main content
A newer version of this page is available. .

ChartOptions.RoundedCorners Property

Gets or sets a value indicating whether the chart area should have rounded corners.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool RoundedCorners { get; set; }

Property Value

Type Description
Boolean

true, to add rounded corners to the chart; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RoundedCorners
ChartObject
.Options.RoundedCorners

Remarks

Note

Currently, the SpeadsheetControl does not display charts with rounded corners (the chart area will be framed in the squared-corner outline). However, display settings are loaded and stored in supported formats, and you can modify them programmatically.

The image below shows the chart with rounded corners (the workbook is opened in Microsoft® Excel®).

ChartWithRoundedCorners

See Also