Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / About Property


In This Topic
    About Property (FpChart)
    In This Topic
    Gets the version information about the component.
    Syntax
    'Declaration
     
    
    Public Overridable Property About As Object
    'Usage
     
    
    Dim instance As FpChart
    Dim value As Object
     
    instance.About = value
     
    value = instance.About
    public virtual object About {get; set;}
    See Also