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

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AxisFont string
BackgroundColorDark Color
BackgroundColorLight Color
DisplayFirstYAxisValue bool
GetAxisFont Func
GetDisplayFirstYAxisValue Func
GetLabelFont Func
GetSeries Func>
GetValueFormat Func
GetXAxisLabel Func
GetXAxisSize Func
GetXAxisValueFormat Func
GetYAxisLabel Func
GetYAxisSize Func
GetYAxisValueFormat Func
LabelFont string
ValueFormat string
XAxisLabel string
XAxisSize int
XAxisValueFormat string
YAxisLabel string
YAxisSize int
YAxisValueFormat string

공개 메소드들

메소드 설명
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
LineGraphWidget ( ) : System

보호된 메소드들

메소드 설명
LineGraphWidget ( LineGraphWidget other ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : OpenRA.Widgets.Widget
리턴 OpenRA.Widgets.Widget

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

LineGraphWidget() 공개 메소드

public LineGraphWidget ( ) : System
리턴 System

LineGraphWidget() 보호된 메소드

protected LineGraphWidget ( LineGraphWidget other ) : System
other LineGraphWidget
리턴 System

프로퍼티 상세

AxisFont 공개적으로 프로퍼티

public string AxisFont
리턴 string

BackgroundColorDark 공개적으로 프로퍼티

public Color BackgroundColorDark
리턴 Color

BackgroundColorLight 공개적으로 프로퍼티

public Color BackgroundColorLight
리턴 Color

DisplayFirstYAxisValue 공개적으로 프로퍼티

public bool DisplayFirstYAxisValue
리턴 bool

GetAxisFont 공개적으로 프로퍼티

public Func GetAxisFont
리턴 Func

GetDisplayFirstYAxisValue 공개적으로 프로퍼티

public Func GetDisplayFirstYAxisValue
리턴 Func

GetLabelFont 공개적으로 프로퍼티

public Func GetLabelFont
리턴 Func

GetSeries 공개적으로 프로퍼티

public Func> GetSeries
리턴 Func>

GetValueFormat 공개적으로 프로퍼티

public Func GetValueFormat
리턴 Func

GetXAxisLabel 공개적으로 프로퍼티

public Func GetXAxisLabel
리턴 Func

GetXAxisSize 공개적으로 프로퍼티

public Func GetXAxisSize
리턴 Func

GetXAxisValueFormat 공개적으로 프로퍼티

public Func GetXAxisValueFormat
리턴 Func

GetYAxisLabel 공개적으로 프로퍼티

public Func GetYAxisLabel
리턴 Func

GetYAxisSize 공개적으로 프로퍼티

public Func GetYAxisSize
리턴 Func

GetYAxisValueFormat 공개적으로 프로퍼티

public Func GetYAxisValueFormat
리턴 Func

LabelFont 공개적으로 프로퍼티

public string LabelFont
리턴 string

ValueFormat 공개적으로 프로퍼티

public string ValueFormat
리턴 string

XAxisLabel 공개적으로 프로퍼티

public string XAxisLabel
리턴 string

XAxisSize 공개적으로 프로퍼티

public int XAxisSize
리턴 int

XAxisValueFormat 공개적으로 프로퍼티

public string XAxisValueFormat
리턴 string

YAxisLabel 공개적으로 프로퍼티

public string YAxisLabel
리턴 string

YAxisSize 공개적으로 프로퍼티

public int YAxisSize
리턴 int

YAxisValueFormat 공개적으로 프로퍼티

public string YAxisValueFormat
리턴 string