Rule unit and displaying
TickBlock
01 Syntax
SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.TickBlock
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Build | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| label_offset | 1 | Example as: label_offset = 10p |
| format | 1 | format control|types | |--------------|-----------------------| |%d |integer | |%f |float | |%.1f… |
| size | 1 | |
| spacing | 1 | |
| color | 1 | |
| show_label | 1 | |
| suffix | 1 | |
| label_size | 1 | |
| grid | 1 | |
| grid_color | 1 | |
| grid_thickness | 1 |
04 Members
label_offset
Example as: label_offset = 10p
format
| format control | types |
|---|---|
| %d | integer |
| %f | float |
| %.1f | float With one Decimal |
| %.2f | float With two decimals |
For other formats, see http://perldoc.perl.org/functions/sprintf.html
size
spacing
color
show_label
suffix
label_size
grid
grid_color
grid_thickness
Build(
Int32, String)