'Declaration
Public Function New( _ ByVal metric As Metric, _ ByVal interval As MetricSampleInterval, _ ByVal intervals As Integer, _ ByVal unitCaption As String _ )
public MetricValueCollection( Metric metric, MetricSampleInterval interval, int intervals, string unitCaption )
Parameters
- metric
- The metric 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.