C# 클래스 OpenRA.Mods.Common.Widgets.LineGraphSeries

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
Key string
Points IEnumerable

공개 메소드들

메소드 설명
LineGraphSeries ( string key, Color color, IEnumerable points ) : System

메소드 상세

LineGraphSeries() 공개 메소드

public LineGraphSeries ( string key, Color color, IEnumerable points ) : System
key string
color Color
points IEnumerable
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

Key 공개적으로 프로퍼티

public string Key
리턴 string

Points 공개적으로 프로퍼티

public IEnumerable Points
리턴 IEnumerable