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


In This Topic
    Type Property (ErrorBars)
    In This Topic
    Gets or sets the type of error bars.
    Syntax
    'Declaration
     
    
    Public Property Type As ErrorBarType
    'Usage
     
    
    Dim instance As ErrorBars
    Dim value As ErrorBarType
     
    instance.Type = value
     
    value = instance.Type
    public ErrorBarType Type {get; set;}
    See Also