So, I figured out how to use the ActiveX control in a Matlab figure.
-, mschrt20.ocx( ). 32- C:/System32, , "regsvr32 mschrt20.ocx" cosole ( Administrator).
Matlab ActiveX, . Matlab, :
anyone = actxcontrol('MSChart20Lib.MSChart.2');
anyone.get;
get(anyone,'ChartData')
. charType "Legend" "Visible", .
ActiveX, "ChartData". 2xn. , :
S = cell(2, 3);
S(1,: ) = {'first', 'second', 'third'} ; %legend
S(2,: ) = {1, 10, 5} ; %meanings
set(handles.activex1,'ChartData', S);
. , ActiveX.