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

要为属性设置的值。

适用于