1 write to Right
System.Web.DataVisualization (1)
Common\Converters\LegendConverters.cs (1)
396
margins.
Right
= int.Parse(values[3].Trim(), CultureInfo.InvariantCulture);
13 references to Right
System.Web.DataVisualization (13)
Common\Converters\LegendConverters.cs (1)
367
margins.
Right
);
Common\General\LegendColumns.cs (11)
479
this._margins.
Right
== 15 )
768
newCell.Margins = new Margins(this.Margins.Top, this.Margins.Bottom, this.Margins.Left, this.Margins.
Right
);
1318
this._margins.
Right
== 15 )
1450
+ (int)(this.Margins.
Right
* singleWCharacterSize.Width / 100f);
1538
cellSize.Width += (int)((this.Margins.Left + this.Margins.
Right
) * singleWCharacterSize.Width / 100f);
2701
this.
Right
);
2722
this.
Right
== margins.
Right
)
2737
return this.Top.GetHashCode() + this.Bottom.GetHashCode() + this.Left.GetHashCode() + this.
Right
.GetHashCode();
2748
return (this.Top == 0 && this.Bottom == 0 && this.Left == 0 && this.
Right
==0);
2757
return new RectangleF(this.Left, this.Top, this.
Right
, this.Bottom);
Common\Utilities\XmlSerializer.cs (1)
2781
writer.Write(((Margins)obj).
Right
);