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, ...]
Afficher le fichier Open project: projectkudu/IISLogAnalyzerSiteExtension Class Usage Examples

Méthodes publiques

Свойство Type Description
Domain List
MetricNames List
Range List
Result List>
Times List
TypeOfGraph string

Property Details

Domain public_oe property

public List Domain
Résultat List

MetricNames public_oe property

public List MetricNames
Résultat List

Range public_oe property

public List Range
Résultat List

Result public_oe property

public List> Result
Résultat List>

Times public_oe property

public List Times
Résultat List

TypeOfGraph public_oe property

public string TypeOfGraph
Résultat string