ComponentOne FinancialChart for WinForms
C1.Chart Namespace / GridLength Class / UnitType Property

In This Topic
    UnitType Property (GridLength)
    In This Topic
    Returns unit type of this GridLength instance.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("GridLength.UnitType", "Returns unit type of this GridLength instance.")>
    Public ReadOnly Property UnitType As GridUnitType
    [C1Description("GridLength.UnitType", "Returns unit type of this GridLength instance.")]
    public GridUnitType UnitType {get;}
    See Also