Skip to main content

LightningChart ViewPolar topics

Group of topics concerning Polar Series or features.

📄️Heatmap/ IntensityGrid Polar

IntensityGridSeriesPolar is like intensity grid series in XY chart. IntensityGrid allows visualizing M x N array of nodes, colored by assigned value-range palette. The colors between the nodes are interpolated. IntensityGridSeriesPolar is evenly spaced in Polar space. The data is stored in Data property as two-dimensional array of doubles [Angle, Amplitude]. MinimumAmplitude and MaximumAmplitude properties define the amplitude range where the grid should be fitted, while BeginAngle and EndAngle properties set range for the angles. For streaming/real-time application users should use Series.UpdateData() method.

📄️DataCursor Polar

Starting from version 10.5, ViewPolar has a built-in data cursor (similar to DataCursor in ViewXY), which automatically tracks the closest series value to the mouse cursor and shows it in a result table. The DataCursor consists of hair cross lines for amplitude and angular axes, tracking point at the location of the closest data value, axis labels showing the current amplitude and angle values, and the result table, which besides the axis values also shows the series name and its color.