[]
Gets or sets the location of the plot area in control canvas space.
[FpCategory("Category_Layout")]
[TypeConverter(typeof(PointFConverter))]
public PointF Location { get; set; }
<FpCategory("Category_Layout")>
<TypeConverter(GetType(PointFConverter))>
Public Property Location As PointF
Location is measured in relative units ((0,0) = left upper corner of control, (1,1) = right lower corner of control).
Type | Condition |
---|---|
ArgumentOutOfRangeException | Value's x or y is less than zero or greater than one. |