TTMSFNCChartSerie.LoadFromMultiPointDataArray Method
Replaces all points with OHLC or box plot data from separate value arrays.
API unit family: TMSFNCChart
Declaring type: TTMSFNCChartSerie
Overloads
Overload 1
Replaces all points with OHLC or box plot data from separate value arrays.
procedure LoadFromMultiPointDataArray;
Parameters
| Name | Description |
|---|---|
YHighValuesArray |
Array of high values. |
YLowValuesArray |
Array of low values. |
YOpenValuesArray |
Array of open values. |
YCloseValuesArray |
Array of close values. |
YMedianValuesArray |
Optional array of median values for box plot. |
XValuesArray |
Optional array of x-coordinates. |
XLabelsArray |
Optional array of x-axis labels. |
Overload 2
Replaces all multi-point data in this series with OHLC/band values from arrays, applying the specified load options.
procedure LoadFromMultiPointDataArray;
Parameters
| Name | Description |
|---|---|
ALoadOptions |
Options controlling which series fields are populated and how data is interpreted. |
YHighValuesArray |
Array of high values. |
YLowValuesArray |
Array of low values. |
YOpenValuesArray |
Array of open values. |
YCloseValuesArray |
Array of close values. |
YMedianValuesArray |
Optional array of median values (box plot). |
XValuesArray |
Optional array of x-coordinates. |
XLabelsArray |
Optional array of x-axis labels. |