Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with SplineSeries #42

Closed
sujalBandhara opened this issue Oct 8, 2019 · 2 comments
Closed

Issue with SplineSeries #42

sujalBandhara opened this issue Oct 8, 2019 · 2 comments

Comments

@sujalBandhara
Copy link

sujalBandhara commented Oct 8, 2019

Screen Shot 2019-10-08 at 4 48 34 PM
Issue when used SplineSeries and value is near about zero then graph not display proper.

@dharanidharandharmasivam
Copy link
Contributor

Hi @sujalBandhara ,

Greetings from Syncfusion. If you render the spline series, by default natural spline type will be rendered. In natural spline the curve will go to negative range depends on the data and this is the behavior of natural spline. If you wish to see the curve, then you can increase the negative range for the y-axis as below, so that you can see the entire curve.

SfCartesianChart(
      primaryYAxis: NumericAxis(
           minimum: -10
      ),
)

You can find the screenshot. We are also having different spline types, you can check from here.

Thanks,
Dharani.

@sujalBandhara
Copy link
Author

@dharanidharandharmasivam Thanks for the answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants