ComponentOne FinancialChart for WPF
SourceImage Property



C1.Chart.Annotation Namespace > IImage Interface : SourceImage Property
Gets or sets the source of image annotation.
Syntax
'Declaration
 
Property SourceImage As Object
'Usage
 
Dim instance As IImage
Dim value As Object
 
instance.SourceImage = value
 
value = instance.SourceImage
object SourceImage {get; set;}
property Object^ SourceImage {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

IImage Interface
IImage Members