SharpPlot Reference > SharpPlot Properties > Subheading Property SharpPlot.Subheading Property
Set Subheading text. This is wrapped between the chart margins to match the heading.
public string Subheading {get; set;}
Example
sp.Subheading = "Some Text for my Subhead";
The font and size are set by the SubheadFont property. The alignment and positioning are determined by the style of the main heading. Lines may be split with ‘\n’ as for the main heading.
See also ...Formatting text with simple HTML tags | SharpPlot Members | SharpPlot.HeadingStyle Property
Send comments on this topic © Dyalog Ltd 2021
|