8 references to WidthHightLimit
System.Windows.Forms.DataVisualization (8)
Common\Annotation\AnnotationBase.cs (8)
625if (value < -WidthHightLimit || value > WidthHightLimit) 627throw new ArgumentException(SR.ExceptionValueMustBeInRange("Width", (-WidthHightLimit).ToString(CultureInfo.CurrentCulture), WidthHightLimit.ToString(CultureInfo.CurrentCulture))); 677if (value < -WidthHightLimit || value > WidthHightLimit) 679throw new ArgumentException(SR.ExceptionValueMustBeInRange("Height", (-WidthHightLimit).ToString(CultureInfo.CurrentCulture), WidthHightLimit.ToString(CultureInfo.CurrentCulture)));