Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created October 27, 2016 07:38
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/8ba4a15eb64b972ec4d2652853739022 to your computer and use it in GitHub Desktop.
Save lohithgn/8ba4a15eb64b972ec4d2652853739022 to your computer and use it in GitHub Desktop.
chart legend settings
//set up chart legend
var legend = myChart.Legend;
legend.Appearance.BackgroundColor = Color.White;
legend.Appearance.Position = ChartLegendPosition.Bottom;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment