Search found 4 matches

by firstwluke
Thu Jul 19, 2018 1:54 am
Forum: LightningChart Ultimate How-To's
Topic: How to find the nearest point when using a cursor?
Replies: 1
Views: 10169

How to find the nearest point when using a cursor?

Hi: I already added a MouseMove event handler to the cursor that can dynamically move the cursor when the mouse move. I see the documentation that when using a cursor, you can set "cursor.SnapToPoints = true" to mark all the lines' data points that closest to the cursor. However, my requir...
by firstwluke
Tue Jul 17, 2018 3:50 pm
Forum: LightningChart Ultimate How-To's
Topic: How to set the length of axis smaller than ViewXY?
Replies: 4
Views: 13274

Re: How to set the length of axis smaller than ViewXY?

Hi, Kestutis: The graph of custom ticks is looks like this Capture3.PNG , and do you know why the x axis does not show the end points' grid line while the two y axis show the grid line? The grid line of 0 and 120 can be shown by draging the scale nib left and right just a little bit. However, when y...
by firstwluke
Mon Jul 16, 2018 5:04 pm
Forum: LightningChart Ultimate How-To's
Topic: How to set the length of axis smaller than ViewXY?
Replies: 4
Views: 13274

How to set the length of axis smaller than ViewXY?

Hi, currently the requirement of the graph should looks like this Capture.PNG The approach I think of is to create 3 axis, left, right and down, then make the length of axis smaller than the rectangle area of ViewXY and make the axis line to dash so that it should looks like the requirement. Enclose...