DataPointCustomProperties.SetCustomProperty(String, String) Método

Definición

Establece una propiedad personalizada del punto de datos.

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)

Parámetros

name
String

Nombre de la propiedad que se va a establecer.

propertyValue
String

Valor de la propiedad que se va a establecer.

Se aplica a