Create(TdxChartXYDiagram) Constructor
Initializes a new instance of the TdxChartCustomSecondaryAxes class with specified settings.
Declaration
constructor Create(ADiagram: TdxChartXYDiagram); reintroduce; virtual;
Parameters
Name | Type | Description |
---|---|---|
ADiagram | TdxChartXYDiagram | The parent XY diagram. |
Remarks
Warning
Call this constructor only if you use the [TdxChartCustomSecondaryAxes] class in a custom component. The Chart control creates all required axis collections automatically.
See Also