Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / Picture Property


In This Topic
    Picture Property (SpreadChart)
    In This Topic
    Gets or sets the picture for the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Picture As Image
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Image
     
    instance.Picture = value
     
    value = instance.Picture
    public virtual Image Picture {get; set;}
    See Also