Jump to content

Tunichart LineSeries adapted (instead of straight lines)


SergioFeitoza

Recommended Posts

5 hours ago, SergioFeitoza said:

When I use the default characteristics of Tunichart (line series)  the chart is formed by straight lines between the points. Is  there any resource to adapt a curve between these points ? See attached blue line

 

Hello,

You can try this approach...

UniChart -> ClientEvents -> ExtEvents -> function beforerender:

function beforerender(sender, eOpts)
{
    //for the first series for example
    sender.chart.series[0].setCurve({
        type: 'cardinal', tension: 1
    });
}

 

Link to comment
Share on other sites

  • 6 months later...
  • 1 month later...
On 11/25/2019 at 4:57 AM, Abaksoft said:

@Nizam,

This works fine. (Thx to Sherzod)

Unigui 1511 /  Delphi Rio 10.3.2 Pro

I've Unigui 1500 /XE8 , News updates not are enabled for my account. 
How can solve?
And by the way ..... I've posted some "tickets" for corrections, changes, or explanations... and I am awaiting for solutions.  By not having access to updates, does that mean I will never have the corrections I post?

 

Link to comment
Share on other sites

Hi,

14 hours ago, NizamUlMulk said:

I've Unigui 1500 /XE8 , News updates not are enabled for my account. 
How can solve?

You need renew your subscription.

 

14 hours ago, NizamUlMulk said:

And by the way ..... I've posted some "tickets" for corrections, changes, or explanations... and I am awaiting for solutions.  By not having access to updates, does that mean I will never have the corrections I post?

Please remind the ticket numbers that you have opened.

Link to comment
Share on other sites

  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...