ActiveReports.Chart Request technical support
Properties Property
See Also 


Gets or sets the CustomProperties settings for the series.

Syntax

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

See Also