Bilder werdem erstellt
This commit is contained in:
@@ -22,6 +22,7 @@ namespace BerichtGen
|
||||
|
||||
ChartControl chartControl = new ChartControl();
|
||||
chartControl.Size = size;
|
||||
|
||||
|
||||
ChartAxis axis = chartControl.PrimaryYAxis;
|
||||
|
||||
@@ -30,7 +31,7 @@ namespace BerichtGen
|
||||
|
||||
|
||||
layout1.Spacing = 12;
|
||||
|
||||
|
||||
layout1.Axes.Add(axis);
|
||||
|
||||
|
||||
@@ -40,6 +41,7 @@ namespace BerichtGen
|
||||
|
||||
|
||||
int counter = 0;
|
||||
|
||||
|
||||
foreach (UVcsvStrukture pars in input)
|
||||
{
|
||||
@@ -73,7 +75,7 @@ namespace BerichtGen
|
||||
|
||||
axis.TitleFont = new Font("Segeo UI", 14F);
|
||||
|
||||
|
||||
|
||||
chartControl.LegendsPlacement = ChartPlacement.Outside;
|
||||
chartControl.LegendPosition = ChartDock.Bottom;
|
||||
chartControl.LegendAlignment = ChartAlignment.Center;
|
||||
|
||||
Reference in New Issue
Block a user