Back to Devexpress

TdxChart Class

vcl-dxchartcore-6d3cded0.md

latest1.2 KB
Original Source

TdxChart Class

Implements the internal Chart control model.

Declaration

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

Remarks

Warning

In v25.2, 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.

Implements

IdxSkinSupport

IcxCustomCanvasSupport

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChart

See Also

TdxChart Members

dxChartCore Unit