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