DataPointCustomProperties.GetCustomProperty Method (String)
.NET Framework (current version)
Returns the data point custom property with the specified name.
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.StringThe 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
Available since 4.0
Show: