ComponentOne Chart for WPF and Silverlight
Aggregate Property (C1Chart)


C1.WPF.C1Chart Namespace > C1Chart Class : Aggregate Property
Gets or sets the value which specifies how to aggregate data for charting.
Syntax
'Declaration
 
Public Property Aggregate As Aggregate
'Usage
 
Dim instance As C1Chart
Dim value As Aggregate
 
instance.Aggregate = value
 
value = instance.Aggregate
public Aggregate Aggregate {get; set;}
See Also

Reference

C1Chart Class
C1Chart Members