Chart.SetYAxis Method

Sets values for the vertical axis.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public Function SetYAxis ( _
    title As String, _
    min As Double, _
    max As Double _
) As Chart
'Usage
Dim instance As Chart 
Dim title As String 
Dim min As Double 
Dim max As Double 
Dim returnValue As Chart 

returnValue = instance.SetYAxis(title, _
    min, max)
public Chart SetYAxis(
    string title,
    double min,
    double max
)
public:
Chart^ SetYAxis(
    String^ title, 
    double min, 
    double max
)
member SetYAxis : 
        title:string * 
        min:float * 
        max:float -> Chart
public function SetYAxis(
    title : String, 
    min : double, 
    max : double
) : Chart

Parameters

Return Value

Type: System.Web.Helpers.Chart
The chart.

See Also

Reference

Chart Class

System.Web.Helpers Namespace