Chart Data Table
BCGControlBar Pro (MFC)
BCGSuite (MFC)
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 ones.
- Customizable data table appearance. You can specify the 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 the 'CBCGPChartVisualObject::ShowDataTable' method. The second optional parameter, 'pDataTableAreaFormat,' allows you to customize the data table's appearance and content.