コード例 #1
0
 public PerfChartStyle()
 {
     VerticalGridPen         = new ChartPen();
     HorizontalGridPen       = new ChartPen();
     ShowVerticalGridLines   = true;
     ShowHorizontalGridLines = true;
     AntiAliasing            = true;
     BackgroundColorTop      = Color.DarkGreen;
     BackgroundColorBottom   = Color.DarkGreen;
 }
コード例 #2
0
 public ChartLine()
 {
     ChartLinePen = new ChartPen();
     CurrentMaxValue = 0;
     AverageValue = 0;
 }
コード例 #3
0
 public ChartLine()
 {
     ChartLinePen    = new ChartPen();
     CurrentMaxValue = 0;
     AverageValue    = 0;
 }
コード例 #4
0
 public PerfChartStyle()
 {
     VerticalGridPen = new ChartPen();
     HorizontalGridPen = new ChartPen();
     ShowVerticalGridLines = true;
     ShowHorizontalGridLines = true;
     AntiAliasing = true;
     BackgroundColorTop = Color.DarkGreen;
     BackgroundColorBottom = Color.DarkGreen;
 }