Esempio n. 1
0
 public LineGraphSettings()
 {
     IsToolTipEnabled = true;
     ShowInLegend     = true;
     LineColor        = SolidColorHelper.Next();
     LineThickness    = 2.0;
 }
Esempio n. 2
0
 public LineGraphSettings()
 {
     IsToolTipEnabled = true;
     ShowInLegend     = true;
     LineColor        = SolidColorHelper.Next();
     LineThickness    = 2.0;
     Description      = "Graph without a description";
 }