DataPointCustomProperties.SetCustomProperty(String, String) メソッド

定義

データ ポイントのカスタム プロパティを設定します。

public:
 virtual void SetCustomProperty(System::String ^ name, System::String ^ propertyValue);
public virtual void SetCustomProperty (string name, string propertyValue);
abstract member SetCustomProperty : string * string -> unit
override this.SetCustomProperty : string * string -> unit
Public Overridable Sub SetCustomProperty (name As String, propertyValue As String)

パラメーター

name
String

プロパティの名前。

propertyValue
String

プロパティの値。

適用対象