1 instantiation of StripLine
System.Windows.Forms.DataVisualization (1)
Common\General\Axis.cs (1)
3064StripLine stripLine = new StripLine();
11 references to StripLine
System.Windows.Forms.DataVisualization (11)
Common\Converters\AxisConverters.cs (1)
117 if(context.Instance.GetType() != typeof(StripLine) || interval == 0)
Common\General\Axis.cs (2)
3041foreach (StripLine strip in this.StripLines) 3064StripLine stripLine = new StripLine();
Common\General\AxisScale.cs (2)
1180 foreach( StripLine strip in ((Axis)(this)).StripLines ) 1204 foreach( StripLine strip in ((Axis)(this)).StripLines )
Common\General\ChartGraphics3D.cs (1)
344ChartElementType chartElementType = obj is StripLine ? ChartElementType.StripLines : ChartElementType.Gridlines;
Common\General\Selection.cs (4)
2255else if (region.SelectedObject is StripLine) 2257if (((StripLine)region.SelectedObject).BackColor == Color.Transparent) 2380StripLine stripLines = (StripLine)obj;
Common\General\StripLine.cs (1)
92public class StripLinesCollection : ChartElementCollection<StripLine>