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

상속: IChartDrawable, IZoomable
파일 보기 프로젝트 열기: fastquant/fastquant.dll

보호된 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

Distance() 공개 메소드

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

GetPadRangeY() 공개 메소드

public GetPadRangeY ( Pad pad ) : PadRange
pad SmartQuant.FinChart.Pad
리턴 SmartQuant.FinChart.PadRange

Paint() 공개 메소드

public Paint ( ) : void
리턴 void

RayView() 공개 메소드

public RayView ( DrawingRay ray, Pad pad ) : SmartQuant
ray DrawingRay
pad SmartQuant.FinChart.Pad
리턴 SmartQuant

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

selected 보호되어 있는 프로퍼티

protected bool selected
리턴 bool

toolTipEnabled 보호되어 있는 프로퍼티

protected bool toolTipEnabled
리턴 bool

toolTipFormat 보호되어 있는 프로퍼티

protected string toolTipFormat
리턴 string