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

In This Topic
    Value Property (ElementSize)
    In This Topic
    Gets or sets the value.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ElementSize.Value", "Gets or sets the value.")>
    Public Property Value As Double
    [C1Description("ElementSize.Value", "Gets or sets the value.")]
    public double Value {get; set;}
    See Also