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

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

공개 메소드들

메소드 설명
Add ( System.DateTime x, double y ) : void
DrawingPath ( string name ) : System
Insert ( int index, System.DateTime x, double y ) : void
RemoveAt ( int index ) : void

비공개 메소드들

메소드 설명
EmitUpdated ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( System.DateTime x, double y ) : void
x System.DateTime
y double
리턴 void

DrawingPath() 공개 메소드

public DrawingPath ( string name ) : System
name string
리턴 System

Insert() 공개 메소드

public Insert ( int index, System.DateTime x, double y ) : void
index int
x System.DateTime
y double
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void