DataPoint::GetValueByName Method (String^)

.NET Framework (current version)
 

Returns a data point that is specified by its name. This is a helper function.

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

public:
double GetValueByName(
	String^ valueName
)

Parameters

valueName
Type: System::String^

Point value names. X, Y, Y2...

Return Value

Type: System::Double

A string value that represents a data point.

.NET Framework
Available since 4.0
Return to top
Show: