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

FlatTextFlat text is used for 3D captions
LeftAlignLeft aligned caption
NoWrapCaptions are not wrapped automatically.
RightAlignRight aligned caption

See also ...

SharpPlot Members | SharpPlot.XCaption Property | SharpPlot.YCaption Property | SharpPlot.ZCaption Property


Send comments on this topic
© Dyalog Ltd 2021