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