SharpPlot.TraceChartStyle Property
Set Traceplot style to any combination of flags.
public TraceChartStyles TraceChartStyle {get; set;}
Example
sp.TraceChartStyle = TraceChartStyles.Lines;
Options
| Lines | Datapoints are connected with lines |
| SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline |
| KiteDiagram | Draw Trace chart in Kite-diagram form |
| XYPlot | First column gives the X-values for LinePlot |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
| GridLines | Draw gridlines (all axes) |
| CrispEdges | Turns off anti-aliasing on data lines |
See also ...
SharpPlot Members | DrawTraceChart Method