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, ...]
Exibir arquivo 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_oe property

public List Domain
return List

MetricNames public_oe property

public List MetricNames
return List

Range public_oe property

public List Range
return List

Result public_oe property

public List> Result
return List>

Times public_oe property

public List Times
return List

TypeOfGraph public_oe property

public string TypeOfGraph
return string