Chart.SetXAxis(String, Double, Double) Method

Definition

Sets values for the horizontal axis.

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

Parameters

title
String

The title of the x-axis.

min
Double

The minimum value for the x-axis.

max
Double

The maximum value for the x-axis.

Returns

The chart.

Applies to