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

DataTableOptions.Visible Property

Gets or sets whether the data table is displayed on a chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true, to display a data table; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Visible
ChartObject
.DataTable.Visible
See Also