ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / Max Property


In This Topic
    Max Property (FunctionSeries)
    In This Topic
    Gets or sets the maximum value of function parameter.
    Syntax
    'Declaration
     
    
    Public Property Max As Double
    'Usage
     
    
    Dim instance As FunctionSeries
    Dim value As Double
     
    instance.Max = value
     
    value = instance.Max
    public double Max {get; set;}
    See Also