Esempio n. 1
0
 public ChartProperties(ThickeningType t, double v, ApproximationType at, Color c)
 {
     thickeningType = t;
     thickeningValue = v;
     approximationType = at;
     color = c;
 }
Esempio n. 2
0
 public StatisticsOption(ApproximationType at, ThickeningType tt, int v)
 {
     ApproximationType = at;
     ThickeningType    = tt;
     ThickeningValue   = v;
 }
 public StatisticsOption(ApproximationType at, ThickeningType tt, Double v)
 {
     ApproximationType = at;
     ThickeningType = tt;
     ThickeningValue = v;
 }