| Contents > Glossaries > Style examples | Index |
Markers drawn
Markers are drawn at datapoints on linegraphs. This is the default for ScatterPlots and CloudCharts use style NoLines to cancel it.

sp.LineGraphStyle = LineGraphStyles.Markers;
You can use the BubbleChart to scale individual markers to add an extra dimension to the data.
See also ...
SharpPlot | CloudChartStyle | LineGraphStyle | MinMaxChartStyle | PolarChartStyle | ResponsePlotStyle | ScatterPlotStyle | SetMarkers | Halo
