DataPoint.GetValueByName(String) メソッド

定義

名前で指定されたデータ ポイントを返します。 これはヘルパー関数です。

public:
 double GetValueByName(System::String ^ valueName);
public double GetValueByName (string valueName);
member this.GetValueByName : string -> double
Public Function GetValueByName (valueName As String) As Double

パラメーター

valueName
String

ポイント値の名前。 X、Y、Y2 など。

戻り値

Double

データ ポイントを表す string 値。

適用対象