ActiveReports.Chart Request technical support
Capture Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property Capture As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim value As Boolean
 
instance.Capture = value
 
value = instance.Capture
C# 
public bool Capture {get; set;}

See Also