com.nchart3d.NChart.NChartLineBreakMode Enum Reference

The LineBreakMode enum provides constants to indicate behavior when a line is too long for its container. More...

Public Attributes

 None
 Line is not drawn past the edge of the text container.
 
 CharWrap
 Wrapping occurs before the first character that does not fit.
 
 WordWrap
 Wrapping occurs before the first word that does not fit.
 
 TruncateHead
 The line is displayed so that it fits in the container and the missing text at the beginning of the line is replaced by an ellipsis glyph.
 
 TruncateTail
 The line is displayed so that it fits in the container and the missing text at the end of the line is replaced by an ellipsis glyph.
 
 TruncateMiddle
 The line is displayed so that it fits in the container and the missing text in the middle is replaced by an ellipsis glyph.
 

Detailed Description

The LineBreakMode enum provides constants to indicate behavior when a line is too long for its container.