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
Post a Comment