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.

Example IntensityGridSeriesPolar/ ExampleHeatMapPolar
To see feature demonstration as example, check ExampleHeatMapPolar from our Demo.