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

Значение, присваиваемое свойству.

Применяется к