TdxChart Class
In This Article
Implements the internal Chart control model.
#Declaration
Delphi
TdxChart = class(
TcxLockablePersistent,
IdxSkinSupport,
IcxCustomCanvasSupport,
IdxChartVisualElement
)
#Remarks
Warning
In v24.Tdx
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 Tcx
object in your code.
#Inheritance
See Also