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

DataTableOptions Interface

Contains display options for the chart data table.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public interface DataTableOptions :
    ShapeFormat,
    ShapeFormatBase

The following members return DataTableOptions objects:

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