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