Chart.SetYAxis(String, Double, Double) メソッド

定義

垂直軸の値を設定します。

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

パラメーター

title
String

y 軸のタイトル。

min
Double

y 軸の最小値。

max
Double

y 軸の最大値。

戻り値

グラフ。

適用対象