Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CreatePalette ( Color lowColor, Color highColor, int nColors ) : Color[] | ||
CreateRainbowPalette ( ) : Color[] | ||
MakeLegend ( ) : void |
public Add ( double weight, string text ) : void | ||
weight | double | |
text | string | |
return | void |
public Add ( double weight, string text, Color color ) : void | ||
weight | double | |
text | string | |
color | Color | |
return | void |
public Distance ( double x, double y ) : |
||
x | double | |
y | double | |
return |
public Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void | ||
pad | Pad | |
xMin | double | |
xMax | double | |
yMin | double | |
yMax | double | |
return | void |
public Pie ( string name, string title ) : System | ||
name | string | |
title | string | |
return | System |