ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ParametricFunctionSeries<T> Class / XFunc Property






In This Topic
    XFunc Property (ParametricFunctionSeries<T>)
    In This Topic
    Gets or sets the function used to calculate the x value.
    Syntax
    'Declaration
     
    
    Public Property XFunc As System.String
    'Usage
     
    
    Dim instance As ParametricFunctionSeries(Of T)
    Dim value As System.String
     
    instance.XFunc = value
     
    value = instance.XFunc
    public System.string XFunc {get; set;}
    public read-write property XFunc: System.String; 
    public function get,set XFunc : System.String
    public: __property System.string* get_XFunc();
    public: __property void set_XFunc( 
       System.string* value
    );
    public:
    property System.String^ XFunc {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also