5 references to StripLines
System.Windows.Forms.DataVisualization (5)
Common\General\Axis.cs (3)
3041foreach (StripLine strip in this.StripLines) 3050this.StripLines.RemoveAt(0); 3134this.StripLines.Insert(0, stripLine);
Common\General\AxisScale.cs (2)
1180 foreach( StripLine strip in ((Axis)(this)).StripLines ) 1204 foreach( StripLine strip in ((Axis)(this)).StripLines )