MoleculeGetRadar Method (Int32, Single) |
Draw a radar chart to visualize druglikeness of the molecular using MW, CLogP, NoHA, NoHD, NoRB, tPSA
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic Image GetRadar(
int size,
float margin
)
Parameters
- size
- Type: SystemInt32
The size of the radar image - margin
- Type: SystemSingle
Return Value
Type:
ImageAn image of the radar chart
See Also