TTMSFNCChartDataGridAdapter Class
Represents the TTMSFNCChartDataGridAdapter type.
API unit family: TMSFNCChartGridAdapter
Inherits from: TTMSFNCChartGridCustomAdapter
Syntax
TTMSFNCChartDataGridAdapter = class(TTMSFNCChartGridCustomAdapter)
Properties
| Name |
Description |
| HeaderRow |
Zero-based row index that contains column headers. (inherited from TTMSFNCChartGridCustomAdapter) |
| Source |
Grid source object used by the chart adapter. |
| SynchronizeOnGridUpdate |
When True, grid edits automatically synchronize the chart adapter. (inherited from TTMSFNCChartGridCustomAdapter) |
| Version |
Version string of the adapter component. (inherited from TTMSFNCChartGridCustomAdapter) |
Methods
| Name |
Description |
| BindSeries |
Binds one or more grid columns to chart series values. (inherited from TTMSFNCChartGridCustomAdapter) |
| BindSeriesEx |
Binds grid columns to chart series values with secondary or variable value columns. (inherited from TTMSFNCChartGridCustomAdapter) |
| BindSeriesMultiPoint |
Binds grid columns for OHLC, candlestick, or box plot series values. (inherited from TTMSFNCChartGridCustomAdapter) |
| Synchronize |
Synchronizes the chart series with the current grid data. (inherited from TTMSFNCChartGridCustomAdapter) |
Events
| Name |
Description |
| OnRowToPoint |
Fires for the OnRowToPoint event. (inherited from TTMSFNCChartGridCustomAdapter) |
| OnSetColumnValueIndex |
Fires for the OnSetColumnValueIndex event. (inherited from TTMSFNCChartGridCustomAdapter) |
| OnSetColumnValueType |
Fires for the OnSetColumnValueType event. (inherited from TTMSFNCChartGridCustomAdapter) |
| OnSynchronized |
Fires for the OnSynchronized event. (inherited from TTMSFNCChartGridCustomAdapter) |