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

In This Topic
    CustomProperties Property (ChartSeries)
    In This Topic
    Gets ChartSeriesCustomProperties collection defining custom properties for the series. This includes all custom chart attributes for series.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomProperties As ChartSeriesCustomProperties
    public ChartSeriesCustomProperties CustomProperties {get;}
    See Also