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

该属性的值。

适用于