Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created October 27, 2016 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohithgn/fcf386262bee0553e7ed1e90afac86cb to your computer and use it in GitHub Desktop.
Save lohithgn/fcf386262bee0553e7ed1e90afac86cb to your computer and use it in GitHub Desktop.
setting the chart title
//set up chart title
var chartTitle = myChart.ChartTitle;
chartTitle.Text = "Server CPU Load by Days";
chartTitle.Appearance.Align = ChartTitleAlign.Center;
chartTitle.Appearance.BackgroundColor = Color.White;
chartTitle.Appearance.Position = ChartTitlePosition.Top;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment