Jump to content

UniChart disappears scale


Lena

Recommended Posts

Hi.

In 1209:

№1. In version 1209 not disappeared bottom axis of the graph after clear data.

№2. When project start sometimes, instead of the axis I see the little arrow. But it is not big problem.

 

№1 is a big problem. It looks deformed.

Link to comment
Share on other sites

  • Administrators

Not sure how this is coded in CPP, but it is worth a try...

procedure TMainForm.UniFormBeforeShow(Sender: TObject);
begin
  (UniPageControl1 as IUniJSInterface).JSConfig('deferredRender', [True],
      (UniPageControl1 as IUniJSObjects).JSObjects.Objects['tabpanel']);
end;

UniPageControl1 is your PageControl with Charts ...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...