Create(TPersistent,Boolean) Constructor
Initializes a new instance of the TdxChartCrosshairLines class with specified settings.
Declaration
constructor Create(AOwner: TPersistent; AVisibleByDefault: Boolean); reintroduce;
Parameters
| Name | Type | Description |
|---|---|---|
| AOwner | TPersistent | The crosshair line property set to which the created crosshair line settings belong. |
| AVisibleByDefault | Boolean | Specifies if crosshair lines are initially visible. The |
Remarks
Warning
Call this constructor only if you use the TdxChartCrosshairLines class in a custom component. The Chart control creates all required settings automatically.
See Also