DataPointCustomProperties.Item[] Property

Definition

Gets the DataPointCustomProperties object.

Overloads

Item[String]

Gets or sets the DataPointCustomProperties object by name.

Item[Int32]

Gets the DataPointCustomProperties object by its position in the index.

Item[String]

Gets or sets the DataPointCustomProperties object by name.

C#
public string this[string name] { get; set; }

Parameters

name
String

The name of the custom property.

Property Value

A string value that represents the custom properties of the data point.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Item[Int32]

Gets the DataPointCustomProperties object by its position in the index.

C#
public string this[int index] { get; }

Parameters

index
Int32

The index of the custom property.

Property Value

A string value that represents the custom properties of the data point.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1