ComponentOne FinancialChart for WinForms
C1.Chart Namespace / GridLength Class / Value Property

In This Topic
    Value Property (GridLength)
    In This Topic
    Returns value part of this GridLength instance.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("GridLength.Value", "Returns value part of this GridLength instance.")>
    Public ReadOnly Property Value As Double
    [C1Description("GridLength.Value", "Returns value part of this GridLength instance.")]
    public double Value {get;}
    See Also