Pre loader

ISciChartSurfaceBase does not contain a definition for GridLinesPanel

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

Hi

When i try to upgrade my scichart library version 4.2.3.10190 to 5.1.1.11473
I got the following build error, how can i resolve it ?
Error CS1061 ‘ISciChartSurfaceBase’ does not contain a definition for ‘GridLinesPanel’ and no extension method ‘GridLinesPanel’ accepting a first argument of type ‘ISciChartSurfaceBase’ could be found (are you missing a using directive or an assembly reference?)

Regards
Abhilash R

Version
5.1.1.11473
  • You must to post comments
0
0

Hi Abhilash

You will need to update your license so that ‘Support Expired’ does not appear on our forums or support desk.

The property GridLinesPanel has been moved to ISciChartSurface, so you can simply cast it like this

   var g = ((ISciChartSurface)sciChartSurface).GridLinesPanel

Best regards,
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