Udostępnij za pośrednictwem


Chart.SetXAxis(String, Double, Double) Metoda

Definicja

Ustawia wartości dla osi poziomej.

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

Parametry

title
String

Tytuł osi x.

min
Double

Minimalna wartość osi x.

max
Double

Maksymalna wartość osi x.

Zwraca

Wykres.

Dotyczy