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