示例#1
0
 public void EnableReportMode()
 {
     this.ActiveLegendPosition0 = this.PathHightlightKey;
     this.ActiveLegendPosition1 = this.DirectPathKey;
     this.ActiveLegendPosition2 = this.EndpointKey;
 }
示例#2
0
 public void EnableEditMode()
 {
     this.ActiveLegendPosition0 = this.OpenKey;
     this.ActiveLegendPosition1 = this.ClosedKey;
     this.ActiveLegendPosition2 = this.OriginKey;
 }