ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataSeries Class / Aggregate Property


In This Topic
    Aggregate Property (DataSeries)
    In This Topic
    Gets or sets the value which specifies how to aggregate data for charting.
    Syntax
    'Declaration
     
    
    Public Property Aggregate As Aggregate
    'Usage
     
    
    Dim instance As DataSeries
    Dim value As Aggregate
     
    instance.Aggregate = value
     
    value = instance.Aggregate
    public Aggregate Aggregate {get; set;}
    See Also