Reference > Methods > SetDatumTagFont Method

SharpPlot.SetDatumTagFont Method

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

Example

sp.SetDatumTagFont("Arial",10);   // Default color, but a little largersp.SetDatumTagFont("Arial",6,FontStyle.Bold); // Small and bold

Overloads


Send comments on this topic
© Dyalog Ltd 2013