Jump to content

Recommended Posts

Posted

Hi.

v. 1205

UniChart on UniPageControl.

Why on a clean chart sometimes disappears scale when I switch pages on UniPageControl?

I want the scale was always.

Thanks.

post-32-0-32986200-1443526572_thumb.jpg

Posted

Thank you very much, everything is fine!
One additional question:

When I start the app, sometimes, instead of the axis I see the little arrow. What does it mean this arrow?

How to remove and show the axis of the graph?

Thank you.

post-32-0-93116300-1443536910_thumb.jpg

Posted

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.

Posted

Sorry my mistake. In version 1206 not disappeared bottom axis of the graph after clear data.

Do Your suggestion to install 1209 and check?

Posted

I more detailed examined the issue.

I installed the version 1206, and then in 1207.
The problem appeared again in my project in 1206, and 1207 versions.
I think the problem when the database graph gets a lot of data.

  • Administrators
Posted

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 ...

Posted

In the new version 1211 everything works fine (set DeferredRender=true):
- A small arrow on the chart is missing
- Axis of the graph do not disappear
Thank you very much!

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...