C# 클래스 SmartQuant.Charting.TLegend

파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
Add ( TLegendItem item ) : void
Add ( string text, Color color ) : void
Add ( string text, Color color, Font font ) : void
Paint ( ) : void
TLegend ( Pad pad ) : System

메소드 상세

Add() 공개 메소드

public Add ( TLegendItem item ) : void
item TLegendItem
리턴 void

Add() 공개 메소드

public Add ( string text, Color color ) : void
text string
color Color
리턴 void

Add() 공개 메소드

public Add ( string text, Color color, Font font ) : void
text string
color Color
font System.Drawing.Font
리턴 void

Paint() 공개 메소드

public Paint ( ) : void
리턴 void

TLegend() 공개 메소드

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