DataPointCustomProperties.GetCustomProperty Method (String)

.NET Framework (current version)
 

Returns the data point custom property with the specified name.

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

abstract GetCustomProperty : 
        name:string -> string
override GetCustomProperty : 
        name:string -> string

Parameters

name
Type: System.String

The name of the property to return.

Return Value

Type: System.String

The data point custom property with the specified name. If the requested property is not set, the default custom property of the data series will be returned.

.NET Framework
Available since 4.0
Return to top
Show: