| Contents > SharpPlot > Properties | Index |
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 |
| RightAlign | Right aligned caption |
| NoWrap | Captions are not wrapped automatically. |
See also ...
SharpPlot Members | XCaption Property | YCaption Property | ZCaption Property
