c# - DataVisualization set transparency of area -


i have series:

system.windows.forms.datavisualization.charting.seriescharttype.area 

how make area transparent can see other plotted series?

hav tried chartarea.backcolor property

you can set property valid argb (alpha, red, green, blue) value.

the backcolor value first color used if have specified gradient colors background.

the alpha value controls opacity of color. if set color "transparent"—that is, if use alpha value of 0—no color assigned background of chart area. result, background transparent.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -