Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Worksheet.SelectedChart Property

Gets or sets the chart selected in a worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

Chart SelectedChart { get; set; }

Property Value

Type Description
Chart

A Chart object or null (Nothing in VB) if a chart is not selected.

See Also