MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartDataPoint Interface / CustomProperties Property

In This Topic
CustomProperties Property (IChartDataPoint)
In This Topic
Gets the custom properties for this data point.
Syntax
'Declaration
 
ReadOnly Property CustomProperties As CustomPropertyCollection
 

Property Value

A GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection specifying the custom properties.
See Also