Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ElementSizeType Enumeration


In This Topic
    ElementSizeType Enumeration
    In This Topic
    Specifies the size type for ElementSize object.
    Syntax
    'Declaration
     
    
    Public Enum ElementSizeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ElementSizeType
    public enum ElementSizeType : System.Enum 
    Members
    MemberDescription
    AbsoluteSize specified in pixels.
    PercentageSize specified in perecents from available space.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.iOS.Chart.ElementSizeType

    See Also