DataPointCustomProperties.SetCustomProperty(String, String) Methode

Definition

Legt eine benutzerdefinierte Eigenschaft des Datenpunkts fest.

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)

Parameter

name
String

Den Namen der Eigenschaft.

propertyValue
String

Der Wert der Eigenschaft.

Gilt für