[]
        
(Showing Draft Content)

C1.Chart.GridLength.-ctor

GridLength Constructor

GridLength(double)

Constructor, initializes the GridLength as absolute value in pixels.

Declaration
public GridLength(double pixels)
Parameters
Type Name Description
double pixels

Specifies the number of 'device-independent pixels'

GridLength(double, GridUnitType)

Constructor, initializes the GridLength and specifies what kind of value it will hold.

Declaration
public GridLength(double value, GridUnitType unit)
Parameters
Type Name Description
double value

Value to be stored by this GridLength instance.

GridUnitType unit

Type of the value to be stored by this GridLength instance.