Transforming statecharts models to DCharts is trivial, since all the semantic elements of statecharts can be found in DCharts. The state hierarchy is directly mapped to the DCharts state hierarchy. DCharts transitions includes all the elements of statecharts transitions. The state properties in DCharts form a superset of the state properties in statecharts. As a result, it is easy to transform any statecharts model into DCharts.
This proves that DCharts are at least as powerful as statecharts.