Articles in this section
Category / Section

How do I set the Interior colors for the chart series data points?

1 min read

 

We can set the Interior color and its style the Styles property in Essential Chart.

C#

this.chartControl1.Series[0].Style.Interior = new BrushInfo(GradientStyle.Vertical, Color.Red, Color.White);

VB

Me.chartControl1.Series(0).Style.Interior = New BrushInfo(GradientStyle.Vertical, Color.Red, Color.White)

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied