简体   繁体   中英

devexpress spline chart, get y axis value from x axis value

i draw a line chart from a list of points using devexpress c#

i have a list values of x-axis value

and i want to calculate y-axis value from any x-axis value of this list

please help me. Thank you

ChartControl API does not include a method to evaluate an arbitrary Spline point value because it uses the GDI+ methods to draw a Bezier curve (see the following ticket for additional information).

In this scenario, it is better to implement a domain-specific function for nonlinear analysis and calculate the required value manually.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM