Reference > Methods > SetContourTagFont Method

SharpPlot.SetContourTagFont Method

Set the font used to write contour-line tags given any of fontname, point-size, style, color.

Example

sp.SetContourTagFont("Arial",9); // Default color, but a little largersp.SetContourTagFont("Arial",6,FontStyle.Bold,Color.White); // Small and bold for altitude-shaded charts

Overloads


Send comments on this topic
© Dyalog Ltd 2013