1 write to BorderSkin
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
2761
chartPicture.
BorderSkin
= value;
4 references to BorderSkin
System.Web.DataVisualization (4)
Common\General\Chart.cs (3)
278
if (this.
BorderSkin
.SkinStyle != BorderSkinStyle.None)
367
this.
BorderSkin
.PageColor != Color.Empty)
369
backGroundColor = this.
BorderSkin
.PageColor;
WebForm\ChartWebControl.cs (1)
2757
return chartPicture.
BorderSkin
;