SharpPlot.TraceChartStyle Property

Set Traceplot style to any combination of flags.

public TraceChartStyles TraceChartStyle {get; set;}

Example

sp.TraceChartStyle = TraceChartStyles.Lines;

Options

LinesDatapoints are connected with lines
SurfaceShadingSurface shading is used on linecharts, down to the axis or a given baseline
KiteDiagramDraw Trace chart in Kite-diagram form
XYPlotFirst column gives the X-values for LinePlot
NoAxesNo axes are drawn on the chart
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart
GridLinesDraw gridlines (all axes)
CrispEdgesTurns off anti-aliasing on data lines

See also ...

SharpPlot Members | DrawTraceChart Method