ActiveReports Developer 7
Properties Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class : Properties Property

Glossary Item Box

Gets or sets the custom properties for the DataPoint.

Syntax

Visual Basic (Declaration) 
Public Property Properties As CustomProperties
C# 
public CustomProperties Properties {get; set;}

See Also