ChartOptions.RoundedCorners Property
Gets or sets a value indicating whether the chart area should have rounded corners.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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®).
See Also