ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / YFunctionSeries Class / FunctionCode Property


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