SharpPlot.SetCaptionFont Method

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

Example

sp.SetCaptionFont("Tahoma,Arial,Sans",12);
sp.SetCaptionFont("Times",12,Color.Navy);

Overloads

This method sets all three captions in a single call.

See also ...

SharpPlot Members