| 
 SharpPlot Tutorials > Style Examples > Rose diagram Rose diagram
The Rose diagram is often used to show discrete data collected around a compass – for example orientation of pebbles in a streambed to give a feel for the direction of current flow. 
   
sp.PieChartStyle = PieChartStyles.RoseDiagram; 
It may be necessary to scale the data to fit the diagram nicely on the page. 
See also ...SharpPlot Members | PieChartStyles Enumeration 
 Send comments on this topic © Dyalog Ltd 2021 
 |