ChartTitle.Overlay Property
Gets or sets whether the chart title overlaps the chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to superimpose the chart title across the top of the chart; otherwise, false. |
Remarks
Setting the Overlay property to true allows you to save space in the chart.
Note
The Overlay
property has no effect on the visual appearance of a chart when the document is loaded in the SpreadsheetControl. However, the property can be accessed in code, exported in supported formats and visualized in Microsoft Excel.
See Also