Skip to main content
All docs
V25.1
  • TdxChartAxes Class

    Stores main axis settings of an XY diagram.

    Declaration

    TdxChartAxes = class(
        TdxChartOwnedPersistent
    )

    Remarks

    The TdxChartAxes class implements AxisX and AxisY properties that allow you to configure axes of arguments and values, respectively.

    VCL Chart Control: X and Y Axes in a Diagram

    Direct TdxChartAxes Class References

    The TdxChartXYDiagram.Axes property references a TdxChartAxes object.

    See Also