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

    Implements the internal Chart control model.

    Declaration

    TdxChart = class(
        TcxLockablePersistent,
        IdxSkinSupport,
        IcxCustomCanvasSupport,
        IdxChartVisualElement
    )

    Remarks

    Warning

    In v25.1, the TdxChart control only implements the internal chart model and has no usage scenarios in projects that include the Chart control. Do not use any properties and methods accessible through a TcxChart object in your code.

    See Also