In This Topic
Gets or sets the code of function calculating y-value of data point.
Syntax
'Declaration
<ObsoleteAttribute("The property has no effect for .Net 4.0 version. Please use YFunction property to specify function.")>
Public Property YFunctionCode As String
'Usage
Dim instance As ParametricFunctionSeries
Dim value As String
instance.YFunctionCode = value
value = instance.YFunctionCode
[Obsolete("The property has no effect for .Net 4.0 version. Please use YFunction property to specify function.")]
public string YFunctionCode {get; set;}
See Also