ComponentOne FinancialChart for WinForms
C1.Chart Namespace / ElementSize Class / SizeType Property

In This Topic
    SizeType Property (ElementSize)
    In This Topic
    Gets or sets the size type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ElementSize.SizeType", "Gets or sets the size type.")>
    Public Property SizeType As ElementSizeType
    [C1Description("ElementSize.SizeType", "Gets or sets the size type.")]
    public ElementSizeType SizeType {get; set;}
    See Also