SharpPlot Tutorials > Style Examples > Markers drawn Markers drawn
Markers are drawn at datapoints on linegraphs. This is the default for ScatterPlots and CloudCharts – use style NoMarkers 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 ...Halo Markers | No Markers are drawn | SharpPlot Members | SharpPlot.CloudChartStyle Property | SharpPlot.LineGraphStyle Property | SharpPlot.MinMaxChartStyle Property | SharpPlot.PolarChartStyle Property | SharpPlot.ResponsePlotStyle Property | SharpPlot.ScatterPlotStyle Property | SharpPlot.SetMarkers Method
Send comments on this topic © Dyalog Ltd 2021
|