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