Chart Data Table

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

You can display the Chart series data in the grid located below the chart X axis. This feature is available for the following chart types only: 2D Line, 2D Column, 2D Area, and Stock. The implementation includes:

  • Ability to display data from the several chart series including invisible.
  • Customizable data table appearance. 'BCGPChartFormatDataTable' structure allows to specify data table colors, font, grid lines and other options.
  • Smart data labels rounding: the chart automatically builds the table data point labels for the nice-looking visual presentation.
  • Print and print preview support.

To display/hide the data table in your chart simply call 'CBCGPChartVisualObject::ShowDataTable' method. The second optional parameter 'pDataTableAreaFormat' allows to customize the data table appearance and content.

Chart Data Table