ComponentOne FinancialChart for WinForms
GridLength Constructor(Double,GridUnitType)

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.
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

Reference

GridLength Class
GridLength Members
Overload List