C# 클래스 SmartQuant.FinChart.SeriesView

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

보호된 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

Distance() 공개 추상적인 메소드

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

GetPadRangeY() 공개 추상적인 메소드

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

Paint() 공개 추상적인 메소드

public abstract Paint ( ) : void
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

SeriesView() 공개 메소드

public SeriesView ( Pad pad ) : System
pad Pad
리턴 System

SetInterval() 공개 메소드

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

UnSelect() 공개 메소드

public UnSelect ( ) : void
리턴 void

프로퍼티 상세

displayNameEnabled 보호되어 있는 프로퍼티

protected bool displayNameEnabled
리턴 bool

firstDate 보호되어 있는 프로퍼티

protected DateTime,System firstDate
리턴 System.DateTime

isMarkEnable 보호되어 있는 프로퍼티

protected bool isMarkEnable
리턴 bool

lastDate 보호되어 있는 프로퍼티

protected DateTime,System lastDate
리턴 System.DateTime

pad 보호되어 있는 프로퍼티

protected Pad,SmartQuant.FinChart pad
리턴 Pad

selected 보호되어 있는 프로퍼티

protected bool selected
리턴 bool

toolTipEnabled 보호되어 있는 프로퍼티

protected bool toolTipEnabled
리턴 bool

toolTipFormat 보호되어 있는 프로퍼티

protected string toolTipFormat
리턴 string