SharpPlot.PolarChartStyle Property
Set Polarchart style to any combination of flags.
public PolarChartStyles PolarChartStyle {get; set;}
Example
sp.PolarChartStyle = PolarChartStyles.Risers;
Options
| XYPlot | First column gives the X-values for LinePlot |
| Indexed | Data is indexed to the initial value = 100 |
| ClockFace | Polar chart represents a 24-hour clock |
| CompassPlot | Treat X-values as degrees in Polar plots |
| NoLines | No lines are drawn (turns off default) |
| Curves | Points are joined with smooth curves rather than straight lines |
| Markers | Markers are drawn at data points |
| Risers | Draw risers to data points from axis or fitted model |
| SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline |
| NoAxes | No axes are drawn on the chart |
| GridLines | Draw gridlines (all axes) |
| HollowCenter | Polar gridlines radiate from first tick rather than centre |
| OverlayGrid | Gridlines are drawn ontop of data |
| HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) |
| ArrowLines | Draw arrows at ends of lines |
| OriginMarker | Mark centre of polar plot with a bold dot |
See also ...
SharpPlot Members | DrawPolarChart Method