public Axis() { CleanFactor = 3; Separator = new Separator { Enabled = true, Color = Color.FromRgb(205, 205, 205), Thickness = 1 }; }
public Axis() { CleanFactor = 3; Color = Color.FromRgb(205, 205, 205); Thickness = 3; Enabled = true; FontFamily = new FontFamily("Calibri"); FontSize = 11; FontWeight = FontWeights.Normal; FontStyle = FontStyles.Normal; FontStretch = FontStretches.Normal; PrintLabels = true; TextColor = Color.FromRgb(150,150,150); Separator = new Separator { Enabled = true, Color = Color.FromRgb(205, 205, 205), Thickness = 1 }; }