SharpPlot.PolarChartStyle Property

Set Polarchart style to any combination of flags.

public PolarChartStyles PolarChartStyle {get; set;}

Example

sp.PolarChartStyle = PolarChartStyles.Risers;

Options

XYPlotFirst column gives the X-values for LinePlot
IndexedData is indexed to the initial value = 100
ClockFacePolar chart represents a 24-hour clock
CompassPlotTreat X-values as degrees in Polar plots
NoLinesNo lines are drawn (turns off default)
CurvesPoints are joined with smooth curves rather than straight lines
MarkersMarkers are drawn at data points
RisersDraw risers to data points from axis or fitted model
SurfaceShadingSurface shading is used on linecharts, down to the axis or a given baseline
NoAxesNo axes are drawn on the chart
GridLinesDraw gridlines (all axes)
HollowCenterPolar gridlines radiate from first tick rather than centre
OverlayGridGridlines are drawn ontop of data
HaloMarkersHalo all markers (improves 3D effect on Cloud charts)
ArrowLinesDraw arrows at ends of lines
OriginMarkerMark centre of polar plot with a bold dot

See also ...

SharpPlot Members | DrawPolarChart Method