TAdvGDIPChartView not supporting high DPI for Pie/Donut slice value and legend font ?

Does TAdvGDIPChartView only partially support high DPI ? When displaying a Pie/Donut chart at 125% or 150%, it seems that the chart title is scaled, but the slice value font and the legend font both appear really small. How can this be corrected or changed ?

Actually, the legend font seems to scale. It is the Pie/Donut slice value font that doesn't scale.

TAdvGDIPChartView is currently not high DPI enabled. Basically, TAdvGDIPChartView is a mix between GDI & GDI+ which is the reason why some parts are not scaled. We'll investigate the possibilities.