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

DataTableOptions Interface

Contains display options for the chart data table.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface DataTableOptions :
    ShapeFormat,
    ShapeFormatBase

Remarks

A data table is located at the bottom of the chart and displays the values that are plotted on the chart in a grid.

Chart_DataTable

The SpreadsheetControl currently does not display a chart data table. However, you can modify display options programmatically, save the workbook and view the data table in Microsoft Excel.

See Also