1 write to RightToLeft
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1888
this.chartPicture.
RightToLeft
= value;
3 references to RightToLeft
System.Web.DataVisualization (3)
Common\General\ChartGraphics.cs (1)
5742
return Common.ChartPicture.
RightToLeft
== RightToLeft.Yes;
Common\General\Legend.cs (1)
6133
if (legend.Common != null && legend.Common.ChartPicture.
RightToLeft
== RightToLeft.Yes)
WebForm\ChartWebControl.cs (1)
1884
return this.chartPicture.
RightToLeft
;