Reference > Style examples > Lines are drawn between points

Lines are drawn between points

Lines are drawn between data-points on linegraphs and scatterplots. This is the default for linegraphs, so style ‘NoLines’ must be used to remove them.


sp.ScatterPlotStyle = ScatterPlotStyles.Lines;

Points are connected by straight lines unless the ‘Curves’ style is used. Use the ‘trend’ style to draw an approximate smooth curve through the data without visiting all the points.

See also ...

SharpPlot | BarChartStyle | BoxPlotStyle | CloudChartStyle | DialChartStyle | GanttChartStyle | LineGraphStyle | MinMaxChartStyle | PolarChartStyle | ResponsePlotStyle | ScatterPlotStyle | StepChartStyle | TableStyle | TowerChartStyle | TraceChartStyle | VennDiagramStyle | XAxisStyle | XBarChartStyle | YAxisStyle | ZAxisStyle | SetXDatumLines | SetYDatumLines | Curves | Trend


Send comments on this topic
© Dyalog Ltd 2013