메소드 | 설명 | |
---|---|---|
Add ( double weight ) : void | ||
Add ( double weight, string text ) : void | ||
Add ( double weight, string text, Color color ) : void | ||
Distance ( double x, double y ) : |
||
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 |
public Add ( double weight, string text, Color color ) : void | ||
weight | double | |
text | string | |
color | Color | |
리턴 | void |
public Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void | ||
pad | Pad | |
xMin | double | |
xMax | double | |
yMin | double | |
yMax | double | |
리턴 | void |