SharpPlot Tutorials > Style Examples > Compass Axis for Polar charts Compass Axis for Polar charts
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 | SharpPlot.PolarChartStyle Property
Send comments on this topic © Dyalog Ltd 2021
|