| 
 SharpPlot Reference > SharpPlot Properties > CaptionStyle Property SharpPlot.CaptionStyle Property
Set Caption style to any allowed combination. 
public CaptionStyles CaptionStyle {get; set;}
Example
sp.CaptionStyle = CaptionStyles.Flat; 
Captions on 3D charts are normally angled to match the slope of the axis. The text may be more readable at small sizes if written horizontally. 
Options
| FlatText | Flat text is used for 3D captions |  | LeftAlign | Left aligned caption |  | NoWrap | Captions are not wrapped automatically. |  | RightAlign | Right aligned caption |   
See also ...SharpPlot Members | SharpPlot.XCaption Property | SharpPlot.YCaption Property | SharpPlot.ZCaption Property 
 Send comments on this topic © Dyalog Ltd 2021 
 |