dotnetCHARTING Send comments on this topic.
Annotation Constructor(Background)
See Also 
dotnetCHARTING Namespace > Annotation Class > Annotation Constructor : Annotation Constructor(Background)


background
Background object for the annotation.
Initializes a new instance of the Annotation class with a background. Useful when using an image as the annotation.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal background As Background _
)
Visual Basic (Usage)Copy Code
Dim background As Background
 
Dim instance As Annotation(background)
C# 
public Annotation( 
   Background background
)

Parameters

background
Background object for the annotation.

See Also

© 2010 All Rights Reserved.