Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / Aggregate Property

In This Topic
    Aggregate Property
    In This Topic
    Gets or sets how values should be aggregated on the chart.
    Syntax
    'Declaration
     
    Public Property Aggregate As Chart.AggregateEnum
    public Chart.AggregateEnum Aggregate {get; set;}
    See Also