Pre loader

Bug if YAxis AxisAlignment = AxisAlignment.Left

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

If YAxis AxisAlignment is set to AxisAlignment.Left, then functions
XAxis.GetDataValue and XAxis.GetCoordinate give incorrect values (shifted by YAxis width).

Need to add/subtract YAxis width to get correct values, like that:

this.chart.XAxis.GetCoordinate(verticalLine.X1) + this.chart.YAxis.ActualWidth

this.chart.XAxis.GetDataValue(e.MousePoint.X - this.chart.YAxis.ActualWidth)
  • You must to post comments
0
0

Hi there,

Thank you for your enquiry! Please see this related post which shows how to translate the points relative to the chart panel. We use e.GetPosition on the MouseEventArgs passing in the sciChartSurface.ModifierSurface (which is a panel in the centre of the chart).

Hope this helps,

Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies