3 writes to StripWidthType
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
3078stripLine.StripWidthType = this.MajorGrid.GetIntervalType(); 3088stripLine.StripWidthType = this.MajorTickMark.GetIntervalType(); 3098stripLine.StripWidthType = this.LabelStyle.GetIntervalType();
1 reference to StripWidthType
System.Web.DataVisualization (1)
Common\General\StripLine.cs (1)
358double stripRightPosition = currentPosition + ChartHelper.GetIntervalSize(currentPosition, this.StripWidth, this.StripWidthType, axisSeries, this.IntervalOffset, offsetType, false);