SharpPlot Reference > SharpPlot Properties > XCaptionFormat Property SharpPlot.XCaptionFormat Property
Set X Caption format to force multi-line text or truncation.
public string XCaptionFormat {get; set;}
Example
sp.XCaptionFormat = "XXXXX;";
To force the captions to wrap at the length of the given string. If the string is simply ‘XXXXXXX’ then longer captions are truncated, and end with ‘...’ to indicate this.
See also ...Using Picture Formatters | Formatting text with simple HTML tags | SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|