ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / MovingAverage Class / ThrowException Property


In This Topic
    ThrowException Property (MovingAverage)
    In This Topic
    Whether to throw the exceptions which fire during function calculation.
    Syntax
    'Declaration
     
    
    Public Property ThrowException As Boolean
    'Usage
     
    
    Dim instance As MovingAverage
    Dim value As Boolean
     
    instance.ThrowException = value
     
    value = instance.ThrowException
    public bool ThrowException {get; set;}
    See Also