| ITrackPlot {SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots} | .NET clr documentation |
Abstract model of the tracks plot
Using this interface to solved the problem of generics type
# namespace SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots
export class ITrackPlot {
# <axes> 子块:径向网格线
axes: iterates(Axis);
# <backgrounds> 子块:背景色带
backgrounds: iterates(Background);
# 当前的这个绘图元素所属的 circos 顶层配置块的名称
block: string;
# 输入的路径会根据配置情况转换为相对路径或者绝对路径
file: string;
fill_color: string;
orientation: Orientation;
# 圈内径(单位 r,请使用格式"<double>r")
r0: string;
# 圈外径(单位 r,请使用格式"<double>r")
r1: string;
# <rules> 子块:条件着色规则
rules: iterates(ConditionalRule);
stroke_color: string;
stroke_thickness: string;
thickness: string;
tracksData: ITrackDataDocument;
type: string;
}
axes: iterates(Axis)backgrounds: iterates(Background)orientation: Orientationrules: iterates(ConditionalRule)tracksData: ITrackDataDocument