TTMSFNCChartSerieCrosshair Class
Configures the per-series crosshair appearance including line strokes and value label styles.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartSerieCrosshair = class(TPersistent)
Properties
| Name | Description |
|---|---|
| HorizontalLineStroke | Stroke used to draw the horizontal crosshair line for this series. |
| VerticalLineStroke | Stroke used to draw the vertical crosshair line for this series. |
| XPositions | Which x-axis positions display the crosshair value label for this series. |
| XTextFill | Fill settings for the x-axis value label background on the crosshair. |
| XTextFont | Font used for the x-axis value label displayed by the crosshair. |
| XTextStroke | Stroke settings for the x-axis value label border on the crosshair. |
| YPositions | Which y-axis positions display the crosshair value label for this series. |
| YTextFill | Fill settings for the y-axis value label background on the crosshair. |
| YTextFont | Font used for the y-axis value label displayed by the crosshair. |
| YTextStroke | Stroke settings for the y-axis value label border on the crosshair. |
Methods
| Name | Description |
|---|---|
| Chart | Returns the owning chart instance. |
| Serie | Returns the series associated with this settings object. |