FlexPivot for WinForms
TextWrapping 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : TextWrapping 列挙体
Text wrap mode of chart legend.
シンタックス
'宣言
 
Public Enum TextWrapping 
   Inherits System.Enum
public enum TextWrapping : System.Enum 
メンバ
メンバ解説
NoneNo text wrapping.
TruncateTruncates text if its width is larger than available width.
WrapWraps text if its width is larger than available width.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.TextWrapping

参照

C1.Chart 名前空間