'Declaration
Public Function New( _ ByVal caption As String, _ ByVal description As String, _ ByVal interval As MetricSampleInterval, _ ByVal intervals As Integer, _ ByVal unitCaption As String _ )
public MetricValueCollection( string caption, string description, MetricSampleInterval interval, int intervals, string unitCaption )
Parameters
- caption
- The end-user caption for this metric value set.
- description
- The end-user description for this metric value set.
- 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.