Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPoint Class / CustomProperties Property

In This Topic
    CustomProperties Property (ChartDataPoint)
    In This Topic
    Gets the ChartDataPointCustomProperties object defining custom properties for the data point.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomProperties As ChartDataPointCustomProperties
    public ChartDataPointCustomProperties CustomProperties {get;}
    See Also