ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / GridLength Class / GridLength Constructor / GridLength Constructor(Double,GridUnitType)
Value to be stored by this GridLength instance.
Type of the value to be stored by this GridLength instance.

In This Topic
    GridLength Constructor(Double,GridUnitType)
    In This Topic
    Constructor, initializes the GridLength and specifies what kind of value it will hold.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Double, _
       ByVal unit As GridUnitType _
    )
    public GridLength( 
       double value,
       GridUnitType unit
    )

    Parameters

    value
    Value to be stored by this GridLength instance.
    unit
    Type of the value to be stored by this GridLength instance.
    See Also