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

ChartObject.DataTable Property

Provides access to display settings for the chart data table.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

DataTableOptions DataTable { get; }

Property Value

Type Description
DataTableOptions

A DataTableOptions object containing data table display settings.

Remarks

Use the DataTable property to show or hide a data table and modify its appearance.

Note

Currently, the SpeadsheetControl does not display a data table on a chart. However, display settings are loaded and stored in supported formats, and you can modify them programmatically.

See Also