Pre loader

Bar chart selection/hover mouse interaction

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

1
0

I am considering applying server-side licensing for my javerScript application.

In the document below, there is a phrase “Our server-side licensing component is written in C++.”
(https://support.scichart.com/index.php?/Knowledgebase/Article/View/17256/42/)

However, there is only asp.net sample code on the provided github.
(https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-dotnet-server-licensing)

I wonder if there is a sample code implemented in C++ for server-side licensing.

Can you provide c++ sample code?
Also, are there any examples to run on Ubuntu?

Version
8
  • You must to post comments
1
0

Hi Ben,

Thanks for your inquiry.
You can use our DataPoint Selection modifier to select separate columns/data points. Please take a look at the corresponding documentation for more info:
https://www.scichart.com/documentation/win/current/webframe.html#DataPoint%20Selection.html

You can also find our “PointMarkers Selection” example useful. Here is a link:
https://www.scichart.com/example/wpf-chart/wpf-chart-example-pointmarkers-selection/

The execution conditions of Chart Modifiers in SciChart are controlled by the ExecuteOn property.
I’ll discuss the possible options with our team and will get back to you.

Please let me know if you have any further questions.

With best regards,
Lex S., MSEE
SciChart Technical Support Engineer

  • You must to post comments
1
0

Hi there,

Please find attached an example that demonstrates how to use SciChart API to achieve the desired behavior.

The example utilizes PointMetadata API to add Selectable and Hoverable state to data points and Palette Provider API to change Fill color of individual columns depending of the state of the underlying data point. Also, a simple custom Chart Modifier is used to implement state changing behavior on Mouse events and trigger a chart redraw when such change occurs.

Please let me know if you have any questions regarding the example or any SciChart APIs that are used.

Best Regards,
Joeri, BS Inf
SciChart Software Engineer

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.