FlexPivot for WinForms
GridUnitType 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : GridUnitType 列挙体
GridUnitType enum is used to indicate what kind of value the GridLength is holding.
シンタックス
'宣言
 
Public Enum GridUnitType 
   Inherits System.Enum
public enum GridUnitType : System.Enum 
メンバ
メンバ解説
AutoThe value indicates that content should be calculated without constraints.
PixelThe value is expressed as a pixel.
StarThe value is expressed as a weighted proportion of available space.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.GridUnitType

参照

C1.Chart 名前空間