1 instantiation of StripLine
System.Windows.Forms.DataVisualization (1)
Common\General\Axis.cs (1)
3064
StripLine 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)
3041
foreach (
StripLine
strip in this.StripLines)
3064
StripLine
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)
344
ChartElementType chartElementType = obj is
StripLine
? ChartElementType.StripLines : ChartElementType.Gridlines;
Common\General\Selection.cs (4)
2255
else if (region.SelectedObject is
StripLine
)
2257
if (((
StripLine
)region.SelectedObject).BackColor == Color.Transparent)
2380
StripLine
stripLines = (
StripLine
)obj;
Common\General\StripLine.cs (1)
92
public class StripLinesCollection : ChartElementCollection<
StripLine
>