ActiveReports Developer 7
CustomProperties Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartDataPoint Interface : CustomProperties Property

Glossary Item Box

Gets the custom properties for this data point.

Syntax

Visual Basic (Declaration) 
ReadOnly Property CustomProperties As CustomPropertyCollection
C# 
CustomPropertyCollection CustomProperties {get;}

See Also