| Contents > SharpPlot > Properties | Index |
SharpPlot.HeadingStyle Property
Set Heading style.
public HeadingStyles HeadingStyle {get; set;}
Example
sp.HeadingStyle = HeadingStyles.Left;
Use style ruled to rule across the entire chart area, just below the heading.
Options
| Left | Left-aligned heading |
| Right | Right-aligned heading |
| Bottom | Bottom-aligned heading |
| Opaque | Opaque background to heading text |
| RuledBelow | Heading is ruled below |
| NoWrap | Headings are not wrapped automatically. |
