Reference > Methods > SetZDatumLines Method SharpPlot.SetZDatumLines Method
Set Z-axis datum line(s).
Example
sp.SetZDatumLines(new int[] {50,100}); // Significant contours
sp.SetDatumLineTags("Low,High"); // Labels for them
Overloads
These will be drawn around the walls of the 3D charts (Cloud, Tower etc) and as extra contours in 2D contour plots. If contours are drawn on a fitted 3D surface, the datum lines will also be drawn across the surface.
See also ...SetDatumLineTags Method | SetDatumTagFont Method
Send comments on this topic © Dyalog Ltd 2013
|