Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ErrorBars Class / Value Property


In This Topic
    Value Property (ErrorBars)
    In This Topic
    Gets or sets whether to display the error bars.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    'Usage
     
    
    Dim instance As ErrorBars
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public double Value {get; set;}
    See Also