Search found 4 matches

by jeonhui
Tue Jun 16, 2020 2:26 am
Forum: LightningChart Ultimate WPF
Topic: How to display the range of Polar Chart axes in decimal places.
Replies: 1
Views: 3244

How to display the range of Polar Chart axes in decimal places.

Hello? First, I am sorry for my poor English. I am developing a Polar Chart using ViewPolar. However, there was a problem. I would like to set the range of the amplitude axis to a decimal point. For example, I want to set m_chart.SetRange(10.5 , 50.5). However, after setting it up, the axis values d...
by jeonhui
Mon Sep 23, 2019 12:08 pm
Forum: LightningChart Ultimate WPF
Topic: How to display different colors of each point without using a PolarEvent Marker
Replies: 1
Views: 4080

How to display different colors of each point without using a PolarEvent Marker

Hello? First, I am sorry for my poor English. I am developing a Polar Chart using ViewPolar. However, there was a problem. I want to change the color of the area in Sector as shown below. There is no big problem in recognizing the data in the Sector. By referring to the Scatter Points Selection in t...
by jeonhui
Mon Sep 23, 2019 10:40 am
Forum: LightningChart Ultimate WPF
Topic: Displaying Spectrogram's Past Data
Replies: 2
Views: 5003

Re: Displaying Spectrogram's Past Data

The answer was very helpful to me in programming. Thank you very much. :)
by jeonhui
Mon Sep 16, 2019 4:54 am
Forum: LightningChart Ultimate WPF
Topic: Displaying Spectrogram's Past Data
Replies: 2
Views: 5003

Displaying Spectrogram's Past Data

Hello? First, I am sorry for my poor English. I'm developing software for Spectrogram. Implementation is in progress by referring to the High-resolution Spectrogram of the demo application. The example code in this demo application indicates that you are drawing a spectrum using IntensityGridSeries ...