DataPointCustomProperties.Item Property (String)

.NET Framework (current version)
 

Gets or sets the DataPointCustomProperties object by name.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Public Property Item (
	name As String
) As String

Parameters

name
Type: System.String

The name of the custom property.

Property Value

Type: System.String

The DataPointCustomProperties object with the specified name.

.NET Framework
Available since 4.0
Return to top
Show: