7 references to ItemColumnSeparator
System.Web.DataVisualization (7)
Common\General\Legend.cs (7)
843
cellPosition.X += this.GetSeparatorSize(this.
ItemColumnSeparator
).Width;
2006
totalTableColumnSpacingWidth += this.GetSeparatorSize(this.
ItemColumnSeparator
).Width;
2490
if(this.
ItemColumnSeparator
!= LegendSeparatorStyle.None)
2496
separatorRect.Width = this.GetSeparatorSize(this.
ItemColumnSeparator
).Width;
2518
this.DrawSeparator(chartGraph, this.
ItemColumnSeparator
, this.ItemColumnSeparatorColor, false, separatorRect);
4108
this.
ItemColumnSeparator
!= LegendSeparatorStyle.None)
4226
prevRightLocation += this.GetSeparatorSize(this.
ItemColumnSeparator
).Width;