ActiveReports.Chart Request technical support
Properties Property
See Also 


Gets or sets the custom properties for the DataPoint.

Syntax

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

See Also