7 references to StripLines
System.Web.DataVisualization (7)
Common\General\ChartGraphics3D.cs (1)
344
ChartElementType chartElementType = obj is StripLine ? ChartElementType.
StripLines
: ChartElementType.Gridlines;
Common\General\Selection.cs (2)
2379
case ChartElementType.
StripLines
:
2519
elementType != ChartElementType.
StripLines
&&
Common\General\StripLine.cs (4)
422
common.HotRegionsList.AddHotRegion(rect, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.
StripLines
, string.Empty);
499
common.HotRegionsList.AddHotRegion( lineRect, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.
StripLines
, string.Empty );
550
this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.
StripLines
);
600
this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.
StripLines
);