| Contents > SharpPlot > Properties | Index |
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.
