C# 클래스 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, ...]
파일 보기 프로젝트 열기: projectkudu/IISLogAnalyzerSiteExtension 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Domain List
MetricNames List
Range List
Result List>
Times List
TypeOfGraph string

프로퍼티 상세

Domain 공개적으로 프로퍼티

public List Domain
리턴 List

MetricNames 공개적으로 프로퍼티

public List MetricNames
리턴 List

Range 공개적으로 프로퍼티

public List Range
리턴 List

Result 공개적으로 프로퍼티

public List> Result
리턴 List>

Times 공개적으로 프로퍼티

public List Times
리턴 List

TypeOfGraph 공개적으로 프로퍼티

public string TypeOfGraph
리턴 string