| 
 SharpPlot Tutorials > Style Examples > ClockFace scaling on Polar charts ClockFace scaling on Polar charts
This style will force the polar chart to treat all x-values as times from 0:00 to 23:11. This applies to data and to tickmark settings, so that the example can be drawn with an XTick setting of (4,3) here. 
   
sp.PolarChartStyle = PolarChartStyles.ClockFace; 
Values above 24 are accepted, and simply wrap around. 
See also ...SharpPlot Members | SharpPlot.PolarChartStyle Property 
 Send comments on this topic © Dyalog Ltd 2021 
 |