FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / GridLength Class / IsAbsolute Property

In This Topic
    IsAbsolute Property (GridLength)
    In This Topic
    Returns true if this GridLength instance holds an absolute (pixel) value.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAbsolute As System.Boolean
    public System.bool IsAbsolute {get;}
    See Also