Ejemplo n.º 1
0
 public Legend(ChartCanvas fm1)
 {
     form1 = fm1;
     textColor = Color.Black;
     isLegendVisible = false;
     isBorderVisible = true;
     legendBackColor = Color.White;
     legendBorderColor = Color.Black;
     legendFont = new Font("Arial", 8, FontStyle.Regular);
 }
 public Legend(ChartCanvas fm1)
 {
     form1             = fm1;
     textColor         = Color.Black;
     isLegendVisible   = false;
     isBorderVisible   = true;
     legendBackColor   = Color.White;
     legendBorderColor = Color.Black;
     legendFont        = new Font("Arial", 8, FontStyle.Regular);
 }
 public ChartStyle(ChartCanvas fm1)
 {
     form1 = fm1;
 }
 public ChartStyle(ChartCanvas fm1)
 {
     form1 = fm1;
 }