Pre loader

1

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 votes
4k views

[remind]
Please tell me how to add licence to 2 computer I have.

0 votes
4k views

Could you tell me how to check all questions I posted in the past?

I have many questions I haven’t got answer yet. Please check if there are questions which ended with my question.

Thank you.

0 votes
6k views

I have two questions.

1.
I want text annotation witch is selectable but user can not move it. All User can do is delete.
Are there any good idea?

2.
How to catch the mouse over event of the AnnotationViewModel to be binded?

Thank you.

0 votes
7k views

Hi.

I tried to show bitmap file image to scichart(pic1).

I am using BoxAnnotation and set the image to background.

please check the actual image scichart showed(pic2)

It’s blurry. Are there any solution to sho bitmap as it is?

P.S How to see only questions I asked in the past?

0 votes
4k views

Could you tell me how to binding anotation from view to source to be created by AnnotationCreationModifier.

0 votes
5k views

I added LineAnnotation like attached picture.

I can grab the end of line and change length of line.

But I can’t grab the line itself, it means I can’t move the line.

What do you think the problem?

0 votes
4k views

Is it possible to bind ImageSource like camera image to the scichart and to do zoom or span modifier?

Thank you.

0 votes
7k views

I would like to create custom annotation combined with multiple annotations like attached picture.(Text + box + line * 3)

Are there any good solutions?

Now I am creating it with separate each annotations showed code below. In this way, it is difficlt to move or delete them with group.

        <s:SciChartSurface.Annotations>
            <s:TextAnnotation Foreground="Black" 
                              HorizontalAnchorPoint="Center"
                              VerticalAnchorPoint="Bottom"
                              Text="XXX um" 
                              X1="90" 
                              Y1="6" />
            <s:BoxAnnotation X1="84" X2="96" Y1="2" Y2="11" Background="#77FFFFFF" />

            <s:LineAnnotation Stroke="Black" X1="85" X2="95" Y1="3" Y2="3"/>
            <s:LineAnnotation Stroke="Black" X1="85" X2="85" Y1="6" Y2="3"/>
            <s:LineAnnotation Stroke="Black" X1="95" X2="95" Y1="6" Y2="3"/>
        </s:SciChartSurface.Annotations> 

And one more question.

How to catch the event of adding annotation of view side from viewmodel?

Thank you.

0 votes
4k views

Dear scichart support.

I’d like to make the two map (Heat map and bubble chart) mixed like attached picture.

Is it possible?

and also I’d like to confirm that it is possible to bind heatmap with observableCollection.

0 votes
4k views

Thank you for your support.

This time, I’d like to know
– how to get the position data on cursor in the heatmap.
– how to draw or remove the horizontal and vertical line on cursor point in the heatmap.

Thank you.

Showing 10 results