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