C# 클래스 SmartQuant.Charting.Pie

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

공개 메소드들

메소드 설명
Add ( double weight ) : void
Add ( double weight, string text ) : void
Add ( double weight, string text, Color color ) : void
Distance ( double x, double y ) : TDistance
Draw ( ) : void
Draw ( string option ) : void
Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void
Pie ( ) : System
Pie ( string name ) : System
Pie ( string name, string title ) : System

비공개 메소드들

메소드 설명
CreatePalette ( Color lowColor, Color highColor, int nColors ) : Color[]
CreateRainbowPalette ( ) : Color[]
MakeLegend ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( double weight ) : void
weight double
리턴 void

Add() 공개 메소드

public Add ( double weight, string text ) : void
weight double
text string
리턴 void

Add() 공개 메소드

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

Distance() 공개 메소드

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

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( string option ) : void
option string
리턴 void

Paint() 공개 메소드

public Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void
pad Pad
xMin double
xMax double
yMin double
yMax double
리턴 void

Pie() 공개 메소드

public Pie ( ) : System
리턴 System

Pie() 공개 메소드

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

Pie() 공개 메소드

public Pie ( string name, string title ) : System
name string
title string
리턴 System