DataPointCustomProperties::Item Property (Int32)

.NET Framework (current version)
 

Gets the DataPointCustomProperties object by its position in the index.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
property String^ default[
	int index
] {
	String^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the custom property.

Property Value

Type: System::String^

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

.NET Framework
Available since 4.0
Return to top
Show: