SharpPlot Tutorials > Style Examples > Contours on mesh surfaces Contours on mesh surfaces
Draws contour lines at each major tickmark on the Z-axis.
sp.ScatterPlotStyle = ScatterPlotStyles.Contours;
Works with the modelfit and trend styles on the Cloud charts. The contour lines will appear smoother if a highr mesh density is used (the default is to compute the fitted surface at each X and Y major tickmark).
In a ScatterPlot and BubbleChart, SetWeightings can be used to weight the height of the data points (in a BubbleChart it is the Z data by default).
See also ...SharpPlot Members | SharpPlot.BubbleChartStyle Property | SharpPlot.CloudChartStyle Property | SharpPlot.ResponsePlotStyle Property | SharpPlot.ScatterPlotStyle Property
Send comments on this topic © Dyalog Ltd 2021
|