1 write to SeriesSymbolSize
System.Web.DataVisualization (1)
Common\General\LegendColumns.cs (1)
766
newCell.
SeriesSymbolSize
= this.SeriesSymbolSize;
6 references to SeriesSymbolSize
System.Web.DataVisualization (6)
Common\General\LegendColumns.cs (6)
1500
cellSize.Width = (int)(Math.Abs(this.
SeriesSymbolSize
.Width) * singleWCharacterSize.Width / 100f);
1501
cellSize.Height = (int)(Math.Abs(this.
SeriesSymbolSize
.Height) * singleWCharacterSize.Height / 100f);
2224
if(this.
SeriesSymbolSize
.Width >= 0)
2226
int newWidth = (int)(this.
SeriesSymbolSize
.Width * singleWCharacterSize.Width / 100f);
2233
if(this.
SeriesSymbolSize
.Height >= 0)
2235
int newHeight = (int)(this.
SeriesSymbolSize
.Height * singleWCharacterSize.Height / 100f);