TTMSFNCChartCrosshair Class
Configures the global crosshair that tracks mouse position across the chart.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartCrosshair = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ContinuousSeriesIndex | Zero-based index of the series used to drive the continuous crosshair position. |
| Modes | Set of active crosshair modes; combine ccmContinuous and ccmPointBased as needed. |
| Visible | When True, the crosshair is drawn as the mouse moves over the chart. |
Methods
| Name | Description |
|---|---|
| AssignSource | Copies settings from another persistent object. |
| Chart | Returns the owning chart instance. |