SharpPlot Reference > SharpPlot Methods > SetCaptionFont Method

SharpPlot.SetCaptionFont Method

Set Caption font given any of fontname, point-size, style, color.

Example

sp.SetCaptionFont("Tahoma,Arial,Sans",12); // Provide fallback fonts
sp.SetCaptionFont("Times",12,Color.Navy);

Overloads

This method sets all three captions in a single call.

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2021