HighLowSeries and CustomLinePointColoringAndShaping

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
vifani
Posts: 49
Joined: Thu May 02, 2013 8:35 am

HighLowSeries and CustomLinePointColoringAndShaping

Post by vifani » Mon Feb 16, 2015 1:40 pm

Hi,
is there a way to resolve yHigh and yLow values of an highLowSeries by screen coordinates?
I need to pass x coord in CustomLinePointColoringAndShaping and get yHigh and yLow values. SolveYCoordAtXCoord method return NoPointsFound.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: HighLowSeries and CustomLinePointColoringAndShaping

Post by ArctionPasi » Mon Feb 16, 2015 2:54 pm

Hi,

pass the High and low values into yAxis.ValueToCoord method. Then you'll get the screen Y coordinate.
LightningChart Support Team, PT

Post Reply