ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Image Class / SourceImage Property

In This Topic
    SourceImage Property (Image)
    In This Topic
    Gets or sets the source image of image annotation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.Image.SourceImage", "Gets or sets the source image of image annotation.")>
    Public Property SourceImage As Image
    [C1Description("Annotation.Image.SourceImage", "Gets or sets the source image of image annotation.")]
    public Image SourceImage {get; set;}
    See Also