Chart.SetYAxis(String, Double, Double) Method

Definition

Sets values for the vertical axis.

public System.Web.Helpers.Chart SetYAxis (string title = "", double min = 0, double max = NaN);
member this.SetYAxis : string * double * double -> System.Web.Helpers.Chart
Public Function SetYAxis (Optional title As String = "", Optional min As Double = 0, Optional max As Double = NaN) As Chart

Parameters

title
String

The title of the y-axis.

min
Double

The minimum value for the y-axis.

max
Double

The maximum value for the y-axis.

Returns

The chart.

Applies to