Search found 7 matches

by jn3hms
Mon Jul 24, 2023 1:50 am
Forum: LightningChart Ultimate WinForms
Topic: Selecting Vector in print preview does not draw part
Replies: 1
Views: 8524

Selecting Vector in print preview does not draw part

Hi

If Vector is selected for Content in the print preview and Keep aspect ratio is turned off, part of the Mesh will not be drawn. :shock:

Is there a way to make the Content immutable?
Are there any other good workarounds?
Vector1.png
Vector1.png (80.56 KiB) Viewed 8524 times
Vector2.png
Vector2.png (61.02 KiB) Viewed 8524 times
by jn3hms
Wed Apr 19, 2023 7:18 am
Forum: LightningChart Ultimate WinForms
Topic: I want to change the format of DataCursor
Replies: 1
Views: 8495

I want to change the format of DataCursor

Hello

The DataCursor feature is great :o , but I can't seem to specify the format of the displayed numbers.
Is it not possible to specify the format? Or if there is a better way to change that, please let me know. :oops:

thank you
by jn3hms
Tue Mar 14, 2023 1:08 am
Forum: LightningChart Ultimate WinForms
Topic: Interpolation method between nodes
Replies: 3
Views: 10576

Re: Interpolation method between nodes

Thank you for answering.

Is the interpolation method used in ContourLineType the same? :oops:
by jn3hms
Mon Mar 13, 2023 5:19 am
Forum: LightningChart Ultimate WinForms
Topic: Interpolation method between nodes
Replies: 3
Views: 10576

Interpolation method between nodes

Hello.

The description of IntensityGridSeries says "The colors between nodes are interpolated", but how do you complement it?

Is it a technique like "splines"? :oops:

Thank you.
by jn3hms
Thu Mar 02, 2023 5:22 am
Forum: LightningChart Ultimate WinForms
Topic: Some contour lines are not drawn
Replies: 5
Views: 11972

Re: Some contour lines are not drawn

I'm sorry. It seems that I was mistaken. I checked and it seems to be drawn correctly. When I zoom in on the chart, the color hierarchy and contour lines are out of alignment. Is it possible to fix this? ContourLineType or FreeformPointLineSeries gives the same result. contour3.png thank you.
by jn3hms
Wed Mar 01, 2023 6:19 am
Forum: LightningChart Ultimate WinForms
Topic: Some contour lines are not drawn
Replies: 5
Views: 11972

Re: Some contour lines are not drawn

I was able to draw contour lines without any problem. contour2.png I tried changing the thickness of the line using the first method, but there was no change. I was able to achieve it by redrawing using the second _intensityMesh.GetContourRoutes() and FreeformPointLineSeries . However, with this met...
by jn3hms
Mon Feb 27, 2023 8:30 am
Forum: LightningChart Ultimate WinForms
Topic: Some contour lines are not drawn
Replies: 5
Views: 11972

Some contour lines are not drawn

I am using ViewXY's IntensityMeshSeries to draw a HeatMap and contours.
Contour lines are drawn at the maximum value of ValueRangePalette, but there are parts where lines are not drawn even at the same Step. :?
Are there any countermeasures?
contour.png
contour.png (31.33 KiB) Viewed 11972 times
thank you.