Aggregate Property (C1Chart)
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 C1Chart
Dim value As Aggregate
instance.Aggregate = value
value = instance.Aggregate
public Aggregate Aggregate {get; set;}
See Also