ITrackPlot {SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.Plots} .NET clr documentation

ITrackPlot

Description

Abstract model of the tracks plot

Using this interface to solved the problem of generics type

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member axes: iterates(Axis)
  2. use by property member backgrounds: iterates(Background)
  3. use by property member orientation: Orientation
  4. use by property member rules: iterates(ConditionalRule)
  5. use by property member tracksData: ITrackDataDocument

[Package {$package} version {$version} Index]