Exemplo n.º 1
0
 public PerfChartStyle()
 {
     VerticalGridPen         = new ChartPen();
     HorizontalGridPen       = new ChartPen();
     ShowVerticalGridLines   = true;
     ShowHorizontalGridLines = true;
     AntiAliasing            = true;
     BackgroundColorTop      = Color.DarkGreen;
     BackgroundColorBottom   = Color.DarkGreen;
 }
Exemplo n.º 2
0
 public ChartLine()
 {
     ChartLinePen = new ChartPen();
     CurrentMaxValue = 0;
     AverageValue = 0;
 }
Exemplo n.º 3
0
 public ChartLine()
 {
     ChartLinePen    = new ChartPen();
     CurrentMaxValue = 0;
     AverageValue    = 0;
 }
Exemplo n.º 4
0
 public PerfChartStyle()
 {
     VerticalGridPen = new ChartPen();
     HorizontalGridPen = new ChartPen();
     ShowVerticalGridLines = true;
     ShowHorizontalGridLines = true;
     AntiAliasing = true;
     BackgroundColorTop = Color.DarkGreen;
     BackgroundColorBottom = Color.DarkGreen;
 }