SharpPlot Tutorials > Style Examples > Cells creation at data points Cells creation at data points
Creates a collection of rectangles (using the current cellsize) centred around each plotted point. These can then be used by sp.NewCell which will use each cell in turn as the chart frame.
sp.LineGraphStyle = LineGraphStyles.CellsCreated;
This allows you to make a scatter-plot of miniature charts, for example using geographical co-ordinates to show details of samples taken at various locations.
See also ...SharpPlot Members | SharpPlot.LineGraphStyle Property | SharpPlot.NetworkMapStyle Property | SharpPlot.ScatterPlotStyle Property
Send comments on this topic © Dyalog Ltd 2021
|