C# 클래스 AppActs.Client.Model.GraphAxis

파일 보기 프로젝트 열기: Appacts/mobile-analytics-server

공개 메소드들

메소드 설명
GraphAxis ( ) : System
GraphAxis ( string x ) : System
GraphAxis ( string x, float y ) : System
GraphAxis ( string x, float y, float yy ) : System

메소드 상세

GraphAxis() 공개 메소드

public GraphAxis ( ) : System
리턴 System

GraphAxis() 공개 메소드

public GraphAxis ( string x ) : System
x string
리턴 System

GraphAxis() 공개 메소드

public GraphAxis ( string x, float y ) : System
x string
y float
리턴 System

GraphAxis() 공개 메소드

public GraphAxis ( string x, float y, float yy ) : System
x string
y float
yy float
리턴 System