ActiveReports.Chart Request technical support
Pattern Property
See Also 


Gets or sets the HatchStyle used for the Backdrop pattern.

Syntax

Visual Basic (Declaration) 
Public Property Pattern As HatchStyle
Visual Basic (Usage)Copy Code
Dim instance As Backdrop
Dim value As HatchStyle
 
instance.Pattern = value
 
value = instance.Pattern
C# 
public HatchStyle Pattern {get; set;}

See Also