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