C# 클래스 SmartQuant.FinChart.Objects.LineView

상속: IChartDrawable, IZoomable
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
chartFirstDate System.DateTime
chartLastDate System.DateTime
firstDate System.DateTime
lastDate System.DateTime
pad Pad
selected bool
toolTipEnabled bool
toolTipFormat string

Private Properties

프로퍼티 타입 설명
GetLineValueAt double

공개 메소드들

메소드 설명
Distance ( int x, double y ) : Distance
GetPadRangeY ( Pad pad ) : PadRange
LineView ( DrawingLine line, Pad pad ) : System
Paint ( ) : void
Select ( ) : void
SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
UnSelect ( ) : void

비공개 메소드들

메소드 설명
GetLineValueAt ( int x ) : double

메소드 상세

Distance() 공개 메소드

public Distance ( int x, double y ) : Distance
x int
y double
리턴 Distance

GetPadRangeY() 공개 메소드

public GetPadRangeY ( Pad pad ) : PadRange
pad Pad
리턴 PadRange

LineView() 공개 메소드

public LineView ( DrawingLine line, Pad pad ) : System
line DrawingLine
pad Pad
리턴 System

Paint() 공개 메소드

public Paint ( ) : void
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

SetInterval() 공개 메소드

public SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
minDate System.DateTime
maxDate System.DateTime
리턴 void

UnSelect() 공개 메소드

public UnSelect ( ) : void
리턴 void

프로퍼티 상세

chartFirstDate 보호되어 있는 프로퍼티

protected DateTime,System chartFirstDate
리턴 System.DateTime

chartLastDate 보호되어 있는 프로퍼티

protected DateTime,System chartLastDate
리턴 System.DateTime

firstDate 보호되어 있는 프로퍼티

protected DateTime,System firstDate
리턴 System.DateTime

lastDate 보호되어 있는 프로퍼티

protected DateTime,System lastDate
리턴 System.DateTime

pad 보호되어 있는 프로퍼티

protected Pad pad
리턴 Pad

selected 보호되어 있는 프로퍼티

protected bool selected
리턴 bool

toolTipEnabled 보호되어 있는 프로퍼티

protected bool toolTipEnabled
리턴 bool

toolTipFormat 보호되어 있는 프로퍼티

protected string toolTipFormat
리턴 string