TTMSFNCChartDatabaseAdapter Class
Represents the TTMSFNCChartDatabaseAdapter type.
API unit family: TMSFNCChartDatabaseAdapter
Inherits from: TTMSFNCChartAdapter
Syntax
TTMSFNCChartDatabaseAdapter = class(TTMSFNCChartAdapter)
Properties
| Name |
Description |
| SkipFirstColumn |
When True, the first data column is ignored during automatic binding. |
| Source |
Source object used by the chart adapter. |
| Version |
Version string of the adapter component. |
Methods
| Name |
Description |
| BindSeries |
Binds one or more fields or columns to chart series values. |
| BindSeriesEx |
Binds fields or columns to chart series values with secondary or variable values. |
| BindSeriesMultiPoint |
Binds fields or columns for OHLC, candlestick, or box plot series values. |
Events