Pre loader

Turning off value display on chart surface in vertical markers

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

Answered
1
0

Hi,

I can’t for the life of me work out how to do this!

We’re using vertical markers to show particular points of data on the graph. It all works fine, except there is a hovering ‘tooltip’ style on the chart surface (see image – the zero next to the marker dot).

Here is the initialisation of the markers: (slightly condensed)

        VerticalLineAnnotation newMarker = new VerticalLineAnnotation();

        newMarker.ShowLabel = true;
        newMarker.Stroke = Brushes.Red;
        newMarker.StrokeThickness = 4.0;
        newMarker.IsEditable = true;
        newMarker.LabelPlacement = LabelPlacement.Axis;
        newMarker.DragDelta += Marker_DragUpdate;
        newMarker.DragEnded += Marker_DragUpdate;
        if (!Value.HasValue)
          newMarker.X1 = Value.Value;

        GraphMarkers.Add(newMarker);

GraphMarkers is a property that is bound through our view model.

Kind Regards,

Simon.

  • You must to post comments
Great Answer
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?

Images
  • You must to post comments
Good Answer
2
0

Just so summarize the comments above – the VerticalLineAnnotation does not provide the tooltip marker by default, so to use this, you need to use the VerticalSliceModifier.

There is a demonstration here: Series Vertical Slices Example

There are also some options here which can help configure the appearance of tooltips, or when they appear with the VerticalSliceModifier: Hiding VerticalSliceModifier Tooltips

Best regards,
Andrew

  • You must to post comments
0
0

Image didn’t want to attach, trying again….

Images
  • You must to post comments
Showing 3 results
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