'Declaration
Public Function New( _ ByVal trendValue As EventMetricValueDefinition, _ ByVal interval As MetricSampleInterval, _ ByVal intervals As Integer, _ ByVal unitCaption As String _ )
public MetricValueCollection( EventMetricValueDefinition trendValue, MetricSampleInterval interval, int intervals, string unitCaption )
Parameters
- trendValue
- The event metric value this value set relates to.
- interval
- The interval to bias to.
- intervals
- The number of intervals to have between each value exactly.
- unitCaption
- An end-user short display caption for the unit axis.