Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/16 14:24:44 (8 years ago)
Author:
abeham
Message:

#2457: added line annotations to the network visu to highlight close solutions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.cs

    r13736 r13745  
    357357              LineWidth = 2,
    358358              Color = colors[colorCount],
    359               LineStyle = lineStyles[lineStyleCount]
     359              LineStyle = lineStyles[lineStyleCount],
     360              StartIndexZero = false
    360361            }
    361362          };
     
    549550              LineWidth = 2,
    550551              Color = colors[colorCount],
    551               LineStyle = lineStyles[lineStyleCount]
     552              LineStyle = lineStyles[lineStyleCount],
     553              StartIndexZero = false
    552554            }
    553555          };
Note: See TracChangeset for help on using the changeset viewer.