| Contents > Glossaries > Style examples | Index |
Compass
This style will force the polar chart to treat all x-values as degrees. This applies to data and to tickmark settings, so that the example can be drawn with an XTick setting of (45,0) here.

sp.PolarChartStyle = PolarChartStyles.CompassPlot;
Values above 360 are accepted, and simply wrap around.
See also ...
SharpPlot Members | PolarChartStyle Property | PolarChartStyle Property
