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

DataPoint.Bubble3D Property

Gets or sets whether a bubble has the 3D effect applied.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool Bubble3D { get; set; }

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