Chart.SetYAxis(String, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.