DataPoint.Bubble3D Property
Gets or sets whether a bubble has the 3D effect applied.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to apply the 3D effect to a bubble; otherwise, false. |
Remarks
The Bubble3D applies to points of the series which belong to the chart view of the ViewType.Bubble type.
Note
The Bubble3D 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