DataPointCustomProperties.SetCustomProperty Method (String, String)

.NET Framework (current version)
 

Sets a custom property of the data point.

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

abstract SetCustomProperty : 
        name:string *
        propertyValue:string -> unit
override SetCustomProperty : 
        name:string *
        propertyValue:string -> unit

Parameters

name
Type: System.String

The name of the property.

propertyValue
Type: System.String

The value of the property.

.NET Framework
Available since 4.0
Return to top
Show: