ComponentOne FlexChart for WinForms
GridLength Constructor(Double)


C1.Chart Namespace > GridLength Class > GridLength Constructor : GridLength Constructor(Double)
Specifies the number of 'device-independent pixels'
Constructor, initializes the GridLength as absolute value in pixels.
Syntax
'Declaration
 
Public Function New( _
   ByVal pixels As Double _
)
'Usage
 
Dim pixels As Double
 
Dim instance As New GridLength(pixels)
public GridLength( 
   double pixels
)

Parameters

pixels
Specifies the number of 'device-independent pixels'
See Also

Reference

GridLength Class
GridLength Members
Overload List