Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / GridUnitType Enumeration

In This Topic
    GridUnitType Enumeration
    In This Topic
    GridUnitType enum is used to indicate what kind of value the GridLength is holding.
    Syntax
    'Declaration
     
    
    Public Enum GridUnitType 
       Inherits System.Enum
    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