ComponentOne FlexChart for WinForms
GridUnitType Enumeration


C1.Chart Namespace : GridUnitType Enumeration
GridUnitType enum is used to indicate what kind of value the GridLength is holding.
Syntax
'Declaration
 
Public Enum GridUnitType 
   Inherits System.Enum
'Usage
 
Dim instance As GridUnitType
public enum GridUnitType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also

Reference

C1.Chart Namespace