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

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

See also ...

SharpPlot Members | SharpPlot.DrawTraceChart Method


Send comments on this topic
© Dyalog Ltd 2021