ComponentOne FinancialChart for WinForms
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
     
    
    <C1DescriptionAttribute("GridLength.IsAbsolute", "Returns true if this GridLength instance holds an absolute (pixel) value.")>
    Public ReadOnly Property IsAbsolute As Boolean
    [C1Description("GridLength.IsAbsolute", "Returns true if this GridLength instance holds an absolute (pixel) value.")]
    public bool IsAbsolute {get;}
    See Also