- Timestamp:
- 07/03/12 16:46:35 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:mergeinfo changed
/trunk/sources merged: 8084,8088-8090,8092-8100,8102-8113,8115,8117-8132,8134-8146,8148-8156,8158-8160,8163-8170,8173-8176,8178-8190,8192-8205
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Visualization.ChartControlsExtensions/3.3/GanttChart.Designer.cs
r8085 r8206 36 36 | System.Windows.Forms.AnchorStyles.Left) 37 37 | System.Windows.Forms.AnchorStyles.Right))); 38 chartArea1.AxisX.ScaleView.SmallScrollMinSizeType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Milliseconds; 39 chartArea1.AxisY.ScaleView.SmallScrollMinSizeType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Milliseconds; 40 chartArea1.CursorX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Milliseconds; 41 chartArea1.CursorY.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Milliseconds; 38 42 chartArea1.Name = "ChartArea1"; 39 43 this.chart.ChartAreas.Add(chartArea1); -
branches/GP-MoveOperators/HeuristicLab.Visualization.ChartControlsExtensions/3.3/GanttChart.cs
r7410 r8206 35 35 public GanttChart() { 36 36 InitializeComponent(); 37 chart.CustomizeAllChartAreas(); 37 38 } 38 39
Note: See TracChangeset
for help on using the changeset viewer.