C# Class WebAnalytics.EngineLayer.MetricResult

For chart apis they prefer a mapping of data from multiple arrays. for example.. [Metric1, M2, M3, ...], [M1.Result, M2.Result, M3.Result, ...], [Time1 - Time2, T2-T3, T3-T4, ...]
Show file Open project: projectkudu/IISLogAnalyzerSiteExtension Class Usage Examples

Public Properties

Property Type Description
Domain List
MetricNames List
Range List
Result List>
Times List
TypeOfGraph string

Property Details

Domain public property

public List Domain
return List

MetricNames public property

public List MetricNames
return List

Range public property

public List Range
return List

Result public property

public List> Result
return List>

Times public property

public List Times
return List

TypeOfGraph public property

public string TypeOfGraph
return string